From 4562bf4231063f333ce38498b031a740b1ff811a Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 18 Sep 2001 19:01:27 +0000 Subject: Fix typos CVS patchset: 662 CVS date: 2001/09/18 19:01:27 --- src/libffmpeg/libavcodec/mjpeg.c | 2 +- src/libffmpeg/libavcodec/mpeg12.c | 2 +- src/libspudec/spu.c | 4 ++-- 3 files changed, 4 insertions(+), 4 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__) diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index b52429a4f..4892233b5 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -19,7 +19,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * -* $Id: spu.c,v 1.11 2001/09/06 18:38:12 jkeil Exp $ +* $Id: spu.c,v 1.12 2001/09/18 19:01:27 jcdutton Exp $ * *****/ @@ -81,7 +81,7 @@ #else /* !DEBUG */ -# ifdef __GNUC_ +# ifdef __GNUC__ # define LOG(lvl, fmt...) # else # define LOG(lvl, ...) -- cgit v1.2.3