summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libffmpeg/libavcodec/mjpeg.c2
-rw-r--r--src/libffmpeg/libavcodec/mpeg12.c2
-rw-r--r--src/libspudec/spu.c4
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, ...)