diff mbox

[FFmpeg-devel] configure: update minimum required version of libvmaf

Message ID 20180104043539.9760-1-jamrial@gmail.com
State Accepted
Commit b4eeffffc8933f04d3a951577b9b8e0b128ef580
Headers show

Commit Message

James Almer Jan. 4, 2018, 4:35 a.m. UTC
At least version 0.6.2 is needed since commit
df3222d4bb18cbceda443def17b1b29067ed6e3f.

Signed-off-by: James Almer <jamrial@gmail.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ronald S. Bultje Jan. 4, 2018, 5:02 p.m. UTC | #1
Hi,

On Wed, Jan 3, 2018 at 11:35 PM, James Almer <jamrial@gmail.com> wrote:

> At least version 0.6.2 is needed since commit
> df3222d4bb18cbceda443def17b1b29067ed6e3f.
>
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 606cdd0004..7f7474fd46 100755
> --- a/configure
> +++ b/configure
> @@ -5911,7 +5911,7 @@ enabled libtwolame        && require libtwolame
> twolame.h twolame_init -ltwolame
>                                 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 libvidstab        && require_pkg_config libvidstab "vidstab >=
> 0.98" vid.stab/libvidstab.h vsMotionDetectInit
> -enabled libvmaf           && require_pkg_config libvmaf libvmaf libvmaf.h
> compute_vmaf
> +enabled libvmaf           && require_pkg_config libvmaf "libvmaf >=
> 0.6.2" libvmaf.h compute_vmaf
>  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 &&
>                               require_pkg_config libvorbisenc vorbisenc
> vorbis/vorbisenc.h vorbis_encode_init
> --
> 2.15.0


OK.

Ronald
James Almer Jan. 4, 2018, 5:35 p.m. UTC | #2
On 1/4/2018 2:02 PM, Ronald S. Bultje wrote:
> Hi,
> 
> On Wed, Jan 3, 2018 at 11:35 PM, James Almer <jamrial@gmail.com> wrote:
> 
>> At least version 0.6.2 is needed since commit
>> df3222d4bb18cbceda443def17b1b29067ed6e3f.
>>
>> Signed-off-by: James Almer <jamrial@gmail.com>
>> ---
>>  configure | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure b/configure
>> index 606cdd0004..7f7474fd46 100755
>> --- a/configure
>> +++ b/configure
>> @@ -5911,7 +5911,7 @@ enabled libtwolame        && require libtwolame
>> twolame.h twolame_init -ltwolame
>>                                 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 libvidstab        && require_pkg_config libvidstab "vidstab >=
>> 0.98" vid.stab/libvidstab.h vsMotionDetectInit
>> -enabled libvmaf           && require_pkg_config libvmaf libvmaf libvmaf.h
>> compute_vmaf
>> +enabled libvmaf           && require_pkg_config libvmaf "libvmaf >=
>> 0.6.2" libvmaf.h compute_vmaf
>>  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 &&
>>                               require_pkg_config libvorbisenc vorbisenc
>> vorbis/vorbisenc.h vorbis_encode_init
>> --
>> 2.15.0
> 
> 
> OK.
> 
> Ronald

Pushed, thanks!
diff mbox

Patch

diff --git a/configure b/configure
index 606cdd0004..7f7474fd46 100755
--- a/configure
+++ b/configure
@@ -5911,7 +5911,7 @@  enabled libtwolame        && require libtwolame twolame.h twolame_init -ltwolame
                                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 libvidstab        && require_pkg_config libvidstab "vidstab >= 0.98" vid.stab/libvidstab.h vsMotionDetectInit
-enabled libvmaf           && require_pkg_config libvmaf libvmaf libvmaf.h compute_vmaf
+enabled libvmaf           && require_pkg_config libvmaf "libvmaf >= 0.6.2" libvmaf.h compute_vmaf
 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 &&
                              require_pkg_config libvorbisenc vorbisenc vorbis/vorbisenc.h vorbis_encode_init