[Android] buildsystem: Remove invalid sqlite parameter

Hugo Beauzée-Luyssen git at videolan.org
Tue Feb 23 08:49:28 UTC 2021


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Feb 19 11:47:21 2021 +0100| [bb56a50e336b392dd145759805f6cffe46aee198] | committer: Nicolas Pomepuy

buildsystem: Remove invalid sqlite parameter

This was meant for the medialibrary but was incorrectly passed to
sqlite.

> https://code.videolan.org/videolan/vlc-android/commit/bb56a50e336b392dd145759805f6cffe46aee198
---

 buildsystem/compile-medialibrary.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index ef9fcf2ff..ada1e0590 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -71,7 +71,6 @@ if [ ! -e ./config.status -o "$RELEASE" = "1" ]; then
     --host=$TARGET_TUPLE \
     --prefix=${SRC_DIR}/medialibrary/prefix/${TARGET_TUPLE} \
     --disable-shell \
-    --enable-force-attachments-api \
     --disable-shared \
     CFLAGS="${VLC_CFLAGS}" \
     CXXFLAGS="${VLC_CFLAGS} ${VLC_CXXFLAGS}" \



More information about the Android mailing list