[Android] Revert "compile-libvlc: contrib: set PKG_CONFIG_{PATH, LIBDIR}"

Jean-Baptiste Kempf git at videolan.org
Fri Apr 14 01:02:35 CEST 2017


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Apr 14 01:02:12 2017 +0200| [130c1b52df92293a839d67e8a04894e7d95661dd] | committer: Jean-Baptiste Kempf

Revert "compile-libvlc: contrib: set PKG_CONFIG_{PATH,LIBDIR}"

This reverts commit 83b0254462bd172d89252ad945223f2c0451d298.

This should be unnecessary now that the root cause was found.

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

 compile-libvlc.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index dc44e3f..0e4a101 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -522,9 +522,7 @@ which autopoint >/dev/null || make $MAKEFLAGS .gettext
 #export the PATH
 export PATH="$PATH:$PWD/../$TARGET_TUPLE/bin"
 # Make
-PKG_CONFIG_PATH=$VLC_SRC_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
-PKG_CONFIG_LIBDIR=$VLC_SRC_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
-  make $MAKEFLAGS
+make $MAKEFLAGS
 checkfail "contribs: make failed"
 
 cd ../../



More information about the Android mailing list