# HG changeset patch # User diego # Date 1262094528 0 # Node ID 89a92e3d7a337e23e1becc09088ffda47142725f # Parent 683acf1e6c1727319853362020d1cabec2ef7bf2 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. diff -r 683acf1e6c17 -r 89a92e3d7a33 Makefile --- 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