OSDN Git Service

check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 1 Sep 2008 15:28:15 +0000 (15:28 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 1 Sep 2008 15:28:15 +0000 (15:28 +0000)
Originally committed as revision 15144 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/raw.c

index c065785..b5a5258 100644 (file)
@@ -487,7 +487,7 @@ static int dirac_probe(AVProbeData *p)
 }
 #endif
 
-#if (CONFIG_AC3_DEMUXER || CONFIG_EAC3_DEMUXER)
+#if (ENABLE_AC3_DEMUXER || ENABLE_EAC3_DEMUXER)
 static int ac3_eac3_probe(AVProbeData *p, int *codec_id)
 {
     int max_frames, first_frames = 0, frames;