diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-12-29 13:48:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-12-29 13:48:48 +0000 |
commit | aec09a004c15101318b61f3fd494d32261fd8829 (patch) | |
tree | 3e840e11a5abed64bb36d418d2d086ac6dc2ccee /libavcodec/Makefile | |
parent | 5b423887f4dcf2b200689e472b9e239a1cf86a6b (diff) | |
download | ffmpeg-aec09a004c15101318b61f3fd494d32261fd8829.tar.gz |
Enable the TrueHD decoder when the MLP decoder is enabled.
They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d2d18254f3..f9b6e9ac2c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -290,7 +290,6 @@ OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o faxcompr.o OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o OBJS-$(CONFIG_TMV_DECODER) += tmv.o cga_data.o -OBJS-$(CONFIG_TRUEHD_DECODER) += mlpdec.o mlp_parser.o mlp.o mlpdsp.o OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o |