diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-16 18:27:34 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-02-18 15:35:44 +0100 |
commit | e453129321778886813dcecf73c8b42f8352ca0e (patch) | |
tree | d7423c80e3f13662bfa2c62c1bffa48694161e27 /libavcodec/Makefile | |
parent | 71eaefa64a54bece571299ca600d06f48ac7c6c3 (diff) | |
download | ffmpeg-e453129321778886813dcecf73c8b42f8352ca0e.tar.gz |
build: Add missing dependencies for eatqi decoder
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 917badb9a0..6969bcc402 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -208,7 +208,7 @@ OBJS-$(CONFIG_EAMAD_DECODER) += eamad.o eaidct.o mpeg12.o \ mpeg12data.o OBJS-$(CONFIG_EATGQ_DECODER) += eatgq.o eaidct.o OBJS-$(CONFIG_EATGV_DECODER) += eatgv.o -OBJS-$(CONFIG_EATQI_DECODER) += eatqi.o eaidct.o mpeg12.o mpeg12data.o +OBJS-$(CONFIG_EATQI_DECODER) += eatqi.o eaidct.o mpeg12.o mpeg12data.o mpegvideodata.o rl.o OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o OBJS-$(CONFIG_EIGHTSVX_EXP_DECODER) += 8svx.o OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o |