[FFmpeg-cvslog] Fix standalone compilation of the wtv muxer.

Carl Eugen Hoyos git at videolan.org
Wed Jul 2 23:41:58 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Jul  2 23:41:29 2014 +0200| [b02cfad7d2de192d95149b73c7915a965ef6e2db] | committer: Carl Eugen Hoyos

Fix standalone compilation of the wtv muxer.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b02cfad7d2de192d95149b73c7915a965ef6e2db
---

 libavformat/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 46aac96..17c30a6 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -428,7 +428,8 @@ OBJS-$(CONFIG_WSAUD_DEMUXER)             += westwood_aud.o
 OBJS-$(CONFIG_WSVQA_DEMUXER)             += westwood_vqa.o
 OBJS-$(CONFIG_WTV_DEMUXER)               += wtvdec.o wtv_common.o asfdec.o asf.o asfcrypt.o \
                                             avlanguage.o mpegts.o isom.o
-OBJS-$(CONFIG_WTV_MUXER)                 += wtvenc.o wtv_common.o mpegtsenc.o
+OBJS-$(CONFIG_WTV_MUXER)                 += wtvenc.o wtv_common.o \
+                                            mpegtsenc.o asf.o
 OBJS-$(CONFIG_WV_DEMUXER)                += wvdec.o wv.o apetag.o img2.o
 OBJS-$(CONFIG_WV_MUXER)                  += wvenc.o wv.o apetag.o img2.o
 OBJS-$(CONFIG_XA_DEMUXER)                += xa.o



More information about the ffmpeg-cvslog mailing list