Commit 65b36670 authored by diego's avatar diego

Make E-AC-3 decoder depend on the AC-3 decoder.

It is impossible to build E-AC-3 without AC-3.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19477 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5f05af74
......@@ -1057,7 +1057,7 @@ cscd_decoder_suggest="zlib"
dca_decoder_select="fft mdct"
dnxhd_encoder_select="aandct"
dxa_decoder_select="zlib"
eac3_decoder_select="fft mdct"
eac3_decoder_select="ac3_decoder"
eatgq_decoder_select="aandct"
eatqi_decoder_select="aandct"
ffv1_decoder_select="golomb"
......
......@@ -75,7 +75,6 @@ OBJS-$(CONFIG_DVDSUB_ENCODER) += dvdsubenc.o
OBJS-$(CONFIG_DVVIDEO_DECODER) += dv.o
OBJS-$(CONFIG_DVVIDEO_ENCODER) += dv.o
OBJS-$(CONFIG_DXA_DECODER) += dxa.o
OBJS-$(CONFIG_EAC3_DECODER) += eac3dec.o ac3dec.o ac3tab.o ac3dec_data.o ac3.o
OBJS-$(CONFIG_EACMV_DECODER) += eacmv.o
OBJS-$(CONFIG_EAMAD_DECODER) += eamad.o eaidct.o
OBJS-$(CONFIG_EATGQ_DECODER) += eatgq.o eaidct.o
......
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