mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/internal: Suppress empty body warning from emms_c()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7971fa9ce0
commit
890b874889
|
@ -47,7 +47,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef emms_c
|
||||
# define emms_c()
|
||||
# define emms_c() while(0)
|
||||
#endif
|
||||
|
||||
#ifndef attribute_align_arg
|
||||
|
|
Loading…
Reference in New Issue