[Android] buildsystem: fix libjpeg path

Thomas Guillem git at videolan.org
Fri Oct 21 07:28:02 UTC 2022


vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Oct  4 09:40:56 2022 +0200| [693a474a332d2352d36d89221a480cc5e0e893e1] | committer: Nicolas Pomepuy

buildsystem: fix libjpeg path

Use the installed path instead of the build path.

Fixes build with latest the VLC HASH that moved the build path for all
contribs.

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

 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 753576047..8393e1970 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -171,7 +171,7 @@ avlc_checkfail "medialibrary: build failed"
 cd ${SRC_DIR}
 
 MEDIALIBRARY_LDLIBS="-L$SRC_DIR/libvlcjni/libvlc/jni/libs/${ANDROID_ABI}/ -lvlc \
--L$SRC_DIR/vlc/contrib/contrib-android-$TARGET_TUPLE/jpeg/.libs -ljpeg \
+-L$SRC_DIR/vlc/contrib/$TARGET_TUPLE/lib -ljpeg \
 -L${NDK_LIB_DIR} -lc++abi"
 
 $NDK_BUILD -C medialibrary \



More information about the Android mailing list