[FFmpeg-cvslog] Add truehd decoder line.

Paul B Mahol git at videolan.org
Thu Jun 14 17:51:51 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Jun 14 15:47:59 2012 +0000| [79c39a98cfa3153c0fa4129a46f722ecffa638a5] | committer: Paul B Mahol

Add truehd decoder line.

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79c39a98cfa3153c0fa4129a46f722ecffa638a5
---

 libavcodec/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9e352a6..851fe1d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -439,6 +439,7 @@ 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 mlpdsp.o
 OBJS-$(CONFIG_TRUEMOTION1_DECODER)     += truemotion1.o
 OBJS-$(CONFIG_TRUEMOTION2_DECODER)     += truemotion2.o
 OBJS-$(CONFIG_TRUESPEECH_DECODER)      += truespeech.o



More information about the ffmpeg-cvslog mailing list