aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-01-21 18:19:47 +0000
committerMåns Rullgård <mans@mansr.com>2006-01-21 18:19:47 +0000
commit62327e2852ffe1c3088feafa0dfbd4ddb6632064 (patch)
treed49effc534403cb70b3728155da8f3aae0116ac6 /libavcodec/allcodecs.c
parent13c71451350071888b5d690f9d48cd316e0d4aed (diff)
downloadffmpeg-62327e2852ffe1c3088feafa0dfbd4ddb6632064.tar.gz
native ac3 parser
Originally committed as revision 4878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 811abd96cf..bef0373b73 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -614,9 +614,7 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha);
av_register_codec_parser(&pnm_parser);
av_register_codec_parser(&mpegaudio_parser);
-#ifdef CONFIG_AC3
av_register_codec_parser(&ac3_parser);
-#endif
#ifdef CONFIG_DVDSUB_DECODER
av_register_codec_parser(&dvdsub_parser);