From 0fa07315fdba5efb1f39aad6366668267d6fe3da Mon Sep 17 00:00:00 2001
From: Kyle Swanson <k@ylo.ph>
Date: Mon, 29 Jun 2020 09:58:50 -0700
Subject: [PATCH] configure: remove libvmaf from EXTERNAL_LIBRARY_VERSION3_LIST

since libvmaf v1.5.1, libvmaf has been relicensed as BSD+Patent

Signed-off-by: Kyle Swanson <k@ylo.ph>
---
 configure        | 1 -
 doc/filters.texi | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure b/configure
index 7495f35faa..e0b76ac1ea 100755
--- a/configure
+++ b/configure
@@ -1741,7 +1741,6 @@ EXTERNAL_LIBRARY_VERSION3_LIST="
     liblensfun
     libopencore_amrnb
     libopencore_amrwb
-    libvmaf
     libvo_amrwbenc
     mbedtls
     rkmpp
diff --git a/doc/filters.texi b/doc/filters.texi
index 67892e0afb..eb5563b88b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12812,7 +12812,7 @@ The obtained VMAF score is printed through the logging system.
 
 It requires Netflix's vmaf library (libvmaf) as a pre-requisite.
 After installing the library it can be enabled using:
-@code{./configure --enable-libvmaf --enable-version3}.
+@code{./configure --enable-libvmaf}.
 If no model path is specified it uses the default model: @code{vmaf_v0.6.1.pkl}.
 
 The filter has following options:
-- 
2.26.2

