diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/mpeg12.c')
-rw-r--r-- | src/libffmpeg/libavcodec/mpeg12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/mpeg12.c b/src/libffmpeg/libavcodec/mpeg12.c index 00183c22d..013e1b935 100644 --- a/src/libffmpeg/libavcodec/mpeg12.c +++ b/src/libffmpeg/libavcodec/mpeg12.c @@ -27,7 +27,7 @@ #ifndef CONFIG_WIN32 #ifdef DEBUG -# if __GNUC_ +# if __GNUC__ # define dprintf(fmt,args...) printf(fmt, ## args) # else # define dprintf(...) printf(__VA_ARGS__) |