diff options
author | James Almer <jamrial@gmail.com> | 2017-04-03 18:08:43 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-04-03 18:08:43 -0300 |
commit | c169ab4112c063f53440c51f007ffce0c0d394b1 (patch) | |
tree | 73ca641f2f536a4065f7ee29f0678a4da745f9b8 /libavcodec/Makefile | |
parent | 7e59393d40b784bcf34ae231fb8e99673585e3e1 (diff) | |
download | ffmpeg-c169ab4112c063f53440c51f007ffce0c0d394b1.tar.gz |
avcodec/Makefile: fix truehd encoder dependencies
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0dd0c7b1bb..adba0c1b2a 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 |