[FFmpeg-cvslog] build: Add missing img2.o dependency to apetag.o
Diego Biurrun
git at videolan.org
Tue Aug 6 15:00:45 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Aug 5 01:43:13 2013 +0200| [22a154e4363b351dd9f321003de01dffebd2fa18] | committer: Diego Biurrun
build: Add missing img2.o dependency to apetag.o
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22a154e4363b351dd9f321003de01dffebd2fa18
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 35070d7..b2fb54f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -337,7 +337,7 @@ OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood_vqa.o
OBJS-$(CONFIG_WTV_DEMUXER) += wtv.o asfdec.o asf.o asfcrypt.o \
avlanguage.o mpegts.o isom.o
OBJS-$(CONFIG_WV_DEMUXER) += wvdec.o wv.o apetag.o img2.o
-OBJS-$(CONFIG_WV_MUXER) += wvenc.o wv.o apetag.o
+OBJS-$(CONFIG_WV_MUXER) += wvenc.o wv.o apetag.o img2.o
OBJS-$(CONFIG_XA_DEMUXER) += xa.o
OBJS-$(CONFIG_XMV_DEMUXER) += xmv.o
OBJS-$(CONFIG_XWMA_DEMUXER) += xwma.o
More information about the ffmpeg-cvslog
mailing list