[Android] Fix path for VLC compilation

Jean-Baptiste Kempf git at videolan.org
Wed Feb 4 18:43:29 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb  4 18:43:08 2015 +0100| [1e86f8b49ec6da56b22c6728917198e850007ae3] | committer: Jean-Baptiste Kempf

Fix path for VLC compilation

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1e86f8b49ec6da56b22c6728917198e850007ae3
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 984d3e3..fb29e49 100755
--- a/compile.sh
+++ b/compile.sh
@@ -245,7 +245,7 @@ ${ANDROID_PATH}/compile-libvlc.sh $*
 # VLC android UI and specific code
 ####################################
 echo "Building VLC for Android"
-cd ../../
+cd ../
 
 if [ "$JNI" = 1 ]; then
     CLEAN="jniclean"



More information about the Android mailing list