[FFmpeg-cvslog] libavformat/Makefile: remove unnecessary object file from wtv demuxer
Hendrik Leppkes
git at videolan.org
Sat Oct 17 15:39:25 CEST 2015
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Fri Oct 16 00:09:06 2015 +0200| [a8e86b0e3f382107ec371fc125e93fe965687428] | committer: Hendrik Leppkes
libavformat/Makefile: remove unnecessary object file from wtv demuxer
The wtv demuxer doesn't reference any functionality from asfdec or asfcrypt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8e86b0e3f382107ec371fc125e93fe965687428
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index d926b35..ded2d54 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -475,7 +475,7 @@ OBJS-$(CONFIG_WEBVTT_DEMUXER) += webvttdec.o subtitles.o
OBJS-$(CONFIG_WEBVTT_MUXER) += webvttenc.o
OBJS-$(CONFIG_WSAUD_DEMUXER) += westwood_aud.o
OBJS-$(CONFIG_WSVQA_DEMUXER) += westwood_vqa.o
-OBJS-$(CONFIG_WTV_DEMUXER) += wtvdec.o wtv_common.o asfdec_f.o asf.o asfcrypt.o \
+OBJS-$(CONFIG_WTV_DEMUXER) += wtvdec.o wtv_common.o asf.o \
avlanguage.o mpegts.o isom.o
OBJS-$(CONFIG_WTV_MUXER) += wtvenc.o wtv_common.o \
mpegtsenc.o asf.o
More information about the ffmpeg-cvslog
mailing list