[vlc-devel] commit: Contrib: disable filters in FFmpeg (Jean-Baptiste Kempf )

Måns Rullgård mans at mansr.com
Mon Jan 25 04:57:00 CET 2010


git at videolan.org (git version control) writes:

> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 24 19:35:57 2010 +0100| [c84c86d4a0e2b679c6a0767263022253ee59a8ad] | committer: Jean-Baptiste Kempf 
>
> Contrib: disable filters in FFmpeg
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c84c86d4a0e2b679c6a0767263022253ee59a8ad
> ---
>
>  extras/contrib/src/Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
> index aeaee21..7f5129d 100644
> --- a/extras/contrib/src/Makefile
> +++ b/extras/contrib/src/Makefile
> @@ -1064,6 +1064,7 @@ FFMPEGCONF += \
>  	--disable-ffplay \
>  	--disable-devices \
>  	--disable-protocols \
> +	--disable-filters \
>  	--disable-network
>  ifdef HAVE_WIN32
>  FFMPEGCONF += --disable-bzlib --disable-decoder=dca --disable-encoder=vorbis --enable-libmp3lame --enable-w32threads --enable-dxva2 --disable-bsfs

This is probably not what you want.  The entire avfilter library is
disabled by default, only enabled by --enable-avfilter.  If you want
to make sure it is never built (even if we change the default), pass
--disable-avfilter.  All that is of course unless you really want to
build an empty libavfilter, which I somewhat doubt.

-- 
Måns Rullgård
mans at mansr.com




More information about the vlc-devel mailing list