[vlc-devel] [PATCH] extras: disable rav1e for iOS and tvOS

Felix Paul Kühne fkuehne at videolan.org
Mon Oct 26 16:37:11 CET 2020


Hello Tristan,

Thanks for the rapid response!

> Am 26.10.2020 um 16:35 schrieb Tristan Matthews <tmatth at videolan.org>:
> 
> On Mon, Oct 26, 2020 at 11:32 AM Felix Paul Kühne <fkuehne at videolan.org> wrote:
>> 
>> From: Felix Paul Kühne <felix at feepk.net>
>> 
>> ---
>> extras/package/apple/build.conf | 2 ++
>> 1 file changed, 2 insertions(+)
>> 
>> diff --git a/extras/package/apple/build.conf b/extras/package/apple/build.conf
>> index fe91097ca0..cd475d1147 100644
>> --- a/extras/package/apple/build.conf
>> +++ b/extras/package/apple/build.conf
>> @@ -84,12 +84,14 @@ export VLC_CONTRIB_OPTIONS_MACOSX=(
>> # Additional contrib bootstrap options for iOS
>> export VLC_CONTRIB_OPTIONS_IOS=(
>>     --disable-aom
>> +    --disable-rav1e
>> )
>> 
>> # Additional contrib bootstrap options for tvOS
>> export VLC_CONTRIB_OPTIONS_TVOS=(
>>     --disable-libarchive
>>     --disable-aom
>> +    --disable-rav1e
>> )
>> 
>> #
>> --
>> 2.24.3 (Apple Git-128)
>> 
>> _______________________________________________
>> vlc-devel mailing list
>> To unsubscribe or modify your subscription options:
>> https://mailman.videolan.org/listinfo/vlc-devel
> 
> LGTM, what's the motivation for disabling it?

tbh, mostly the compilation time of cargo. However, I don’t see any first or third party developers _encoding_ AV1 on iOS or tvOS devices. We can always revert shall this ever change.

Best regards,

Felix



More information about the vlc-devel mailing list