[FFmpeg-devel] [PATCH] libavformat/Makefile: remove unnecessary object file from wtv demuxer

Hendrik Leppkes h.leppkes at gmail.com
Fri Oct 16 00:17:31 CEST 2015


The wtv demuxer doesn't reference any functionality from asfdec_f
---
 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index c58cfb4..b8eb30b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -471,7 +471,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 asfcrypt.o \
                                             avlanguage.o mpegts.o isom.o
 OBJS-$(CONFIG_WTV_MUXER)                 += wtvenc.o wtv_common.o \
                                             mpegtsenc.o asf.o
-- 
2.5.3.windows.1



More information about the ffmpeg-devel mailing list