diff raw.c @ 3866:f55b5e474321 libavformat

change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it correctly this time.
author jbr
date Mon, 01 Sep 2008 17:20:49 +0000
parents b31edc09d556
children 14020f10caf7
line wrap: on
line diff
--- a/raw.c	Mon Sep 01 15:50:12 2008 +0000
+++ b/raw.c	Mon Sep 01 17:20:49 2008 +0000
@@ -487,7 +487,7 @@
 }
 #endif
 
-#if (ENABLE_AC3_DEMUXER || ENABLE_EAC3_DEMUXER)
+#if defined(CONFIG_AC3_DEMUXER) || defined(CONFIG_EAC3_DEMUXER)
 static int ac3_eac3_probe(AVProbeData *p, enum CodecID expected_codec_id)
 {
     int max_frames, first_frames = 0, frames;