[Android] buildsystem: remove undefined NDK_LIB_DIR usage
Steve Lhomme
git at videolan.org
Tue Jun 24 10:32:39 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 18 12:35:10 2025 +0200| [0fe38fd1bddc14c225d5ccb386bc6abe4880726a] | committer: Steve Lhomme
buildsystem: remove undefined NDK_LIB_DIR usage
> https://code.videolan.org/videolan/vlc-android/commit/0fe38fd1bddc14c225d5ccb386bc6abe4880726a
---
buildsystem/compile-medialibrary.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index fb08eeac38..be52a467d4 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -212,7 +212,7 @@ cd ${SRC_DIR}
MEDIALIBRARY_LDLIBS="-L$LIBVLCJNI_SRC_DIR/libvlc/jni/libs/${ANDROID_ABI}/ -lvlc \
-L$LIBVLCJNI_SRC_DIR/vlc/contrib/$TARGET_TUPLE/lib -ljpeg \
--L${NDK_LIB_DIR} -lc++abi"
+-lc++abi"
$NDK_BUILD -C medialibrary \
APP_STL="c++_shared" \
More information about the Android
mailing list