vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Nov 27 17:55:18 2019 +0100| [4e54cf163b3facc4d3a7cae0489dfe41919e16e3] | committer: Felix Paul Kühne
apple/build: disable AOM for iOS and tvOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e54cf163b3facc4d3a7cae0489dfe41919e16e3 --- extras/package/apple/build.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/package/apple/build.conf b/extras/package/apple/build.conf index d9ba5c9436..4b53fb9aaf 100644 --- a/extras/package/apple/build.conf +++ b/extras/package/apple/build.conf @@ -82,11 +82,14 @@ export VLC_CONTRIB_OPTIONS_MACOSX=( ) # Additional contrib bootstrap options for iOS -export VLC_CONTRIB_OPTIONS_IOS=() +export VLC_CONTRIB_OPTIONS_IOS=( + --disable-aom +) # Additional contrib bootstrap options for tvOS export VLC_CONTRIB_OPTIONS_TVOS=( --disable-libarchive + --disable-aom ) # _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
