mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-16 12:21:18 +00:00
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>
This commit is contained in:
parent
f43a8112dd
commit
4979afdb85
4
configure
vendored
4
configure
vendored
@ -1743,7 +1743,6 @@ EXTERNAL_LIBRARY_VERSION3_LIST="
|
|||||||
liblensfun
|
liblensfun
|
||||||
libopencore_amrnb
|
libopencore_amrnb
|
||||||
libopencore_amrwb
|
libopencore_amrwb
|
||||||
libvmaf
|
|
||||||
libvo_amrwbenc
|
libvo_amrwbenc
|
||||||
mbedtls
|
mbedtls
|
||||||
rkmpp
|
rkmpp
|
||||||
@ -1811,6 +1810,7 @@ EXTERNAL_LIBRARY_LIST="
|
|||||||
libtheora
|
libtheora
|
||||||
libtwolame
|
libtwolame
|
||||||
libv4l2
|
libv4l2
|
||||||
|
libvmaf
|
||||||
libvorbis
|
libvorbis
|
||||||
libvpx
|
libvpx
|
||||||
libwavpack
|
libwavpack
|
||||||
@ -6385,7 +6385,7 @@ enabled libtwolame && require libtwolame twolame.h twolame_init -ltwolame
|
|||||||
die "ERROR: libtwolame must be installed and version must be >= 0.3.10"; }
|
die "ERROR: libtwolame must be installed and version must be >= 0.3.10"; }
|
||||||
enabled libv4l2 && require_pkg_config libv4l2 libv4l2 libv4l2.h v4l2_ioctl
|
enabled libv4l2 && require_pkg_config libv4l2 libv4l2 libv4l2.h v4l2_ioctl
|
||||||
enabled libvidstab && require_pkg_config libvidstab "vidstab >= 0.98" vid.stab/libvidstab.h vsMotionDetectInit
|
enabled libvidstab && require_pkg_config libvidstab "vidstab >= 0.98" vid.stab/libvidstab.h vsMotionDetectInit
|
||||||
enabled libvmaf && require_pkg_config libvmaf "libvmaf >= 1.3.9" libvmaf.h compute_vmaf
|
enabled libvmaf && require_pkg_config libvmaf "libvmaf >= 1.5.2" libvmaf.h compute_vmaf
|
||||||
enabled libvo_amrwbenc && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc
|
enabled libvo_amrwbenc && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc
|
||||||
enabled libvorbis && require_pkg_config libvorbis vorbis vorbis/codec.h vorbis_info_init &&
|
enabled libvorbis && require_pkg_config libvorbis vorbis vorbis/codec.h vorbis_info_init &&
|
||||||
require_pkg_config libvorbisenc vorbisenc vorbis/vorbisenc.h vorbis_encode_init
|
require_pkg_config libvorbisenc vorbisenc vorbis/vorbisenc.h vorbis_encode_init
|
||||||
|
@ -12820,7 +12820,7 @@ The obtained VMAF score is printed through the logging system.
|
|||||||
|
|
||||||
It requires Netflix's vmaf library (libvmaf) as a pre-requisite.
|
It requires Netflix's vmaf library (libvmaf) as a pre-requisite.
|
||||||
After installing the library it can be enabled using:
|
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}.
|
If no model path is specified it uses the default model: @code{vmaf_v0.6.1.pkl}.
|
||||||
|
|
||||||
The filter has following options:
|
The filter has following options:
|
||||||
|
Loading…
Reference in New Issue
Block a user