[vlc-devel] [PATCH] extras/tools: Require nasm 2.14
Steve Lhomme
robux4 at ycbcr.xyz
Mon Mar 9 08:01:26 CET 2020
LGTM too
On 2020-03-08 23:35, Marvin Scholz wrote:
> LGTM
>
> On 8 Mar 2020, at 22:41, Martin Storsjö wrote:
>
>> Since ea96271fb8be8c8d1e04f3c2ce8950b8ff4cc20a, contribs builds
>> dav1d 0.6.0, which requires nasm 2.14. (The version that extras/tools
>> is installing is already at 2.14, but the bootstrap script only
>> installed it if the existing one was older than 2.13.2 or missing.)
>> ---
>> extras/tools/bootstrap | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
>> index 99d8b6012e..fdb04c9ca8 100755
>> --- a/extras/tools/bootstrap
>> +++ b/extras/tools/bootstrap
>> @@ -143,7 +143,7 @@ check ant
>> check xz
>> check bison 3.0.0
>> check flex
>> -check_nasm 2.13.02
>> +check_nasm 2.14
>> check gettext
>> check help2man
>> check meson 0.51.1
>> --
>> 2.17.1
>>
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
More information about the vlc-devel
mailing list