[FFmpeg-cvslog] Remove now unneeded Makefile dependency for the wtv muxer.
Carl Eugen Hoyos
git at videolan.org
Wed Jan 29 10:00:28 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Jan 29 09:59:45 2014 +0100| [cfe282ec80dc03667418c601283134eec25f17cf] | committer: Carl Eugen Hoyos
Remove now unneeded Makefile dependency for the wtv muxer.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfe282ec80dc03667418c601283134eec25f17cf
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 383f82f..f1566c8 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -412,7 +412,7 @@ 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 asf.o asfenc.o
+OBJS-$(CONFIG_WTV_MUXER) += wtvenc.o wtv_common.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