avutil/internal: Suppress empty body warning from emms_c()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-05-06 15:46:25 +02:00
parent 7971fa9ce0
commit 890b874889
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#endif
#ifndef emms_c
# define emms_c()
# define emms_c() while(0)
#endif
#ifndef attribute_align_arg