# HG changeset patch # User jbr # Date 1220289649 0 # Node ID f55b5e4743216f8d26bcd419cdce73929ed39cf5 # Parent a9b8842d33abdbc64aed9a32a5a8ed221451742a change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it correctly this time. diff -r a9b8842d33ab -r f55b5e474321 raw.c --- 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;