diff options
Diffstat (limited to 'src/libffmpeg')
-rw-r--r-- | src/libffmpeg/libavcodec/mjpeg.c | 2 | ||||
-rw-r--r-- | src/libffmpeg/libavcodec/mpeg12.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/mjpeg.c b/src/libffmpeg/libavcodec/mjpeg.c index 391ce7d23..66d018e69 100644 --- a/src/libffmpeg/libavcodec/mjpeg.c +++ b/src/libffmpeg/libavcodec/mjpeg.c @@ -424,7 +424,7 @@ void mjpeg_encode_mb(MpegEncContext *s, #ifndef CONFIG_WIN32 #ifdef DEBUG -# if __GNUC_ +# if __GNUC__ # define dprintf(fmt,args...) printf(fmt, ## args) # else # define dprintf(...) printf(__VA_ARGS__) 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__) |