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

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


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)



More information about the vlc-devel mailing list