[FFmpeg-devel] [PATCH] libavformat/Makefile: remove unnecessary object file from wtv demuxer
Hendrik Leppkes
h.leppkes at gmail.com
Sat Oct 17 15:39:45 CEST 2015
On Fri, Oct 16, 2015 at 12:25 AM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> The wtv demuxer doesn't reference any functionality from asfdec or asfcrypt
> ---
> Found another one..
>
> libavformat/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/Makefile b/libavformat/Makefile
> index c58cfb4..7bcdadf 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 \
> avlanguage.o mpegts.o isom.o
> OBJS-$(CONFIG_WTV_MUXER) += wtvenc.o wtv_common.o \
> mpegtsenc.o asf.o
> --
> 2.5.3.windows.1
>
Since its a trivial change, applied.
More information about the ffmpeg-devel
mailing list