diff --git a/compile-libvlc.sh b/compile-libvlc.sh index ba7eabde54ea4228520eaa80ff892cf3b30d5447..67c4a4694fde991d2d8ce3328933c98ecb127041 100755 --- a/compile-libvlc.sh +++ b/compile-libvlc.sh @@ -420,3 +420,4 @@ fi echo "Building" make $MAKEFLAGS +cd ../.. diff --git a/compile.sh b/compile.sh index da854df53fe10759af1af8ec1531afa09ec0a136..a00d02cbf26a1013d9e604eca53d225b1829cfe7 100755 --- a/compile.sh +++ b/compile.sh @@ -157,7 +157,6 @@ ${ANDROID_PATH}/compile-libvlc.sh $* # VLC android UI and specific code #################################### echo "Building VLC for Android" -cd ../ if [ "$JNI" = 1 ]; then CLEAN="jniclean"