Commit 493d6ec1 authored by jbr's avatar jbr

check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15144 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6edb51e8
...@@ -487,7 +487,7 @@ static int dirac_probe(AVProbeData *p) ...@@ -487,7 +487,7 @@ static int dirac_probe(AVProbeData *p)
} }
#endif #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) static int ac3_eac3_probe(AVProbeData *p, int *codec_id)
{ {
int max_frames, first_frames = 0, frames; int max_frames, first_frames = 0, frames;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment