diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-16 00:09:06 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-17 15:38:27 +0200 |
commit | a8e86b0e3f382107ec371fc125e93fe965687428 (patch) | |
tree | 9cdccecfeb3bbac8fe7ac7f57f74a74fd6b4781d /libavformat | |
parent | 8c9c8fd035a9eb18385f240c5841c01978a5849b (diff) | |
download | ffmpeg-a8e86b0e3f382107ec371fc125e93fe965687428.tar.gz |
libavformat/Makefile: remove unnecessary object file from wtv demuxer
The wtv demuxer doesn't reference any functionality from asfdec or asfcrypt
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index d926b35c2d..ded2d542b1 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 |