diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/mjpeg.c')
-rw-r--r-- | src/libffmpeg/libavcodec/mjpeg.c | 2 |
1 files changed, 1 insertions, 1 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__) |