[FFmpeg-cvslog] build: Add missing dependencies for eatqi decoder
Diego Biurrun
git at videolan.org
Wed Feb 24 18:39:21 CET 2016
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Feb 16 18:27:34 2016 +0100| [e453129321778886813dcecf73c8b42f8352ca0e] | committer: Diego Biurrun
build: Add missing dependencies for eatqi decoder
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e453129321778886813dcecf73c8b42f8352ca0e
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 917badb..6969bcc 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
More information about the ffmpeg-cvslog
mailing list