[vlc-commits] Contribs: disable avisynth in libavformat

Jean-Baptiste Kempf git at videolan.org
Wed Mar 8 23:28:06 CET 2017


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



More information about the vlc-commits mailing list