[FFmpeg-devel] [PATCH]configure: Fix GPL dependency of avisynth / avxsynth

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Apr 1 02:11:24 EEST 2017


Hi!

Attached patch fixes the license requirement for --enable-avisynth.

Please comment, Carl Eugen
-------------- next part --------------
From 89f5bdfe5c794451a8261616b9bb7a27d858e04d Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat, 1 Apr 2017 01:09:19 +0200
Subject: [PATCH] configure: Fix GPL dependency for avisynth / avxsynth.

---
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 8b4921b..292766a 100755
--- a/configure
+++ b/configure
@@ -1501,6 +1501,7 @@ EXTERNAL_AUTODETECT_LIBRARY_LIST="
 "
 
 EXTERNAL_LIBRARY_GPL_LIST="
+    avisynth
     frei0r
     libcdio
     librubberband
@@ -1533,7 +1534,6 @@ EXTERNAL_LIBRARY_LIST="
     $EXTERNAL_LIBRARY_NONFREE_LIST
     $EXTERNAL_LIBRARY_VERSION3_LIST
     $EXTERNAL_LIBRARY_GPLV3_LIST
-    avisynth
     chromaprint
     crystalhd
     decklink
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list