[vlc-devel] [vlc-commits] Contribs: disable avisynth in libavformat

Steve Lhomme robux4 at gmail.com
Thu Mar 9 08:32:01 CET 2017


Maybe we should have our own demuxer for AVISynth ? Preferrably linked
statically if that's possible.

I suppose a lot people still have use for it.

On Wed, Mar 8, 2017 at 11:28 PM, Jean-Baptiste Kempf <git at videolan.org> wrote:
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar  8 13:50:05 2017 +0100| [017b5b58b00c423e271c4f3b01e1db93c472bae6] | committer: Jean-Baptiste Kempf
>
> Contribs: disable avisynth in libavformat
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=017b5b58b00c423e271c4f3b01e1db93c472bae6
> ---
>
>  contrib/src/ffmpeg/rules.mak | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
> index 79f4c59..907fb3d 100644
> --- a/contrib/src/ffmpeg/rules.mak
> +++ b/contrib/src/ffmpeg/rules.mak
> @@ -37,7 +37,8 @@ FFMPEGCONF = \
>  ifdef USE_FFMPEG
>  FFMPEGCONF += \
>         --disable-swresample \
> -       --disable-iconv
> +       --disable-iconv \
> +       --disable-avisynth
>  ifdef HAVE_DARWIN_OS
>  FFMPEGCONF += \
>         --disable-videotoolbox
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits


More information about the vlc-devel mailing list