[vlc-devel] [PATCH] extras: disable rav1e for iOS and tvOS
Tristan Matthews
tmatth at videolan.org
Mon Oct 26 16:35:08 CET 2020
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?
Best,
-t
More information about the vlc-devel
mailing list