[FFmpeg-devel] [PATCH] configure: Change license required for NewTek SDK

Kyle Schwarz zeranoe at gmail.com
Wed Feb 14 13:21:42 EET 2018


The NewTek SDK headers are MIT licensed, so FFmpeg shouldn't need to be
nonfree to include this library.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 99c53d482a..f3a0bbafa6 100755
--- a/configure
+++ b/configure
@@ -1569,7 +1569,6 @@ EXTERNAL_LIBRARY_GPL_LIST="
 
 EXTERNAL_LIBRARY_NONFREE_LIST="
     decklink
-    libndi_newtek
     libfdk_aac
     openssl
     libtls
@@ -1618,6 +1617,7 @@ EXTERNAL_LIBRARY_LIST="
     libmodplug
     libmp3lame
     libmysofa
+    libndi_newtek
     libopencv
     libopenh264
     libopenjpeg
-- 
2.14.1



More information about the ffmpeg-devel mailing list