This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/internal: Suppress empty body warning from emms_c()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer
10 years ago
parent
7971fa9ce0
commit
890b874889
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/internal.h
+ 1
- 1
libavutil/internal.h
View File
@@ -47,7 +47,7 @@
#endif
#ifndef emms_c
# define emms_c()
# define emms_c()
while(0)
#endif
#ifndef attribute_align_arg
Write
Preview
Loading…
Cancel
Save