[Android] medialib: Force usage of backported attachment API
Hugo Beauzée-Luyssen
git at videolan.org
Tue Nov 24 09:39:49 CET 2020
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Nov 23 14:54:09 2020 +0100| [1b301caff7085ea5b1ad0ad09f188cc740c52706] | committer: Hugo Beauzée-Luyssen
medialib: Force usage of backported attachment API
> https://code.videolan.org/videolan/vlc-android/commit/1b301caff7085ea5b1ad0ad09f188cc740c52706
---
buildsystem/compile-medialibrary.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 5279d510d..ae3ab1096 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -67,6 +67,7 @@ cd "build-$ANDROID_ABI";
if [ ! -e ./config.status -o "$RELEASE" = "1" ]; then
../configure \
--host=$TARGET_TUPLE \
+ --enable-force-attachments-api \
--disable-shared \
CFLAGS="${VLC_CFLAGS}" \
CXXFLAGS="${VLC_CFLAGS} ${VLC_CXXFLAGS}" \
More information about the Android
mailing list