diff libmpdemux/demux_ogg.c @ 27397:d47744b95b78

Give a CONFIG_ prefix to preprocessor directives that lacked one and change arbitrary prefixes to CONFIG_.
author diego
date Thu, 07 Aug 2008 12:20:50 +0000
parents 4876c89bafdd
children 9e739bdb049c
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Thu Aug 07 11:58:37 2008 +0000
+++ b/libmpdemux/demux_ogg.c	Thu Aug 07 12:20:50 2008 +0000
@@ -19,7 +19,7 @@
 #define FOURCC_SPEEX  mmioFOURCC('s', 'p', 'x', ' ')
 #define FOURCC_THEORA mmioFOURCC('t', 'h', 'e', 'o')
 
-#ifdef TREMOR
+#ifdef CONFIG_TREMOR
 #include <tremor/ogg.h>
 #include <tremor/ivorbiscodec.h>
 #else