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
commit
890b874889
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save