Mercurial > libavcodec.hg
changeset 10739:89a92e3d7a33 libavcodec
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.
author | diego |
---|---|
date | Tue, 29 Dec 2009 13:48:48 +0000 |
parents | 683acf1e6c17 |
children | 691aa173b0e6 |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Dec 29 13:14:41 2009 +0000 +++ b/Makefile Tue Dec 29 13:48:48 2009 +0000 @@ -290,7 +290,6 @@ 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