changeset 3863:9c384a47085f libavformat

check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
author jbr
date Mon, 01 Sep 2008 15:28:15 +0000
parents c11ff84634b2
children b31edc09d556
files raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Mon Sep 01 14:33:54 2008 +0000
+++ b/raw.c	Mon Sep 01 15:28:15 2008 +0000
@@ -487,7 +487,7 @@
 }
 #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;