summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2001-09-18 19:01:27 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2001-09-18 19:01:27 +0000
commit4562bf4231063f333ce38498b031a740b1ff811a (patch)
tree321b7d76c445c428f838b49598d55a9653c2f350
parent74158ab4d5dc283712729062fdcf732780ac13a8 (diff)
downloadxine-lib-4562bf4231063f333ce38498b031a740b1ff811a.tar.gz
xine-lib-4562bf4231063f333ce38498b031a740b1ff811a.tar.bz2
Fix typos
CVS patchset: 662 CVS date: 2001/09/18 19:01:27
-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, ...)