[FFmpeg-cvslog] avcodec/Makefile: fix truehd encoder dependencies
James Almer
git at videolan.org
Tue Apr 4 00:10:34 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Apr 3 18:08:43 2017 -0300| [c169ab4112c063f53440c51f007ffce0c0d394b1] | committer: James Almer
avcodec/Makefile: fix truehd encoder dependencies
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c169ab4112c063f53440c51f007ffce0c0d394b1
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0dd0c7b..adba0c1 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -560,7 +560,7 @@ OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o faxcompr.o tiff_data.o ti
OBJS-$(CONFIG_TIFF_ENCODER) += tiffenc.o rle.o lzwenc.o tiff_data.o
OBJS-$(CONFIG_TMV_DECODER) += tmv.o cga_data.o
OBJS-$(CONFIG_TRUEHD_DECODER) += mlpdec.o mlpdsp.o
-OBJS-$(CONFIG_TRUEHD_ENCODER) += mlpenc.o
+OBJS-$(CONFIG_TRUEHD_ENCODER) += mlpenc.o mlp.o
OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o
OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o
OBJS-$(CONFIG_TRUEMOTION2RT_DECODER) += truemotion2rt.o
More information about the ffmpeg-cvslog
mailing list