summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
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);