mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
Originally committed as revision 15144 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2988c93d94
commit
4d951ef86d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user