[Android] A nice script finishes in the same folder it was started :)
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 4 21:07:42 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 4 21:03:20 2015 +0100| [19024198c97ca1401c9df71ad76dde711a256781] | committer: Jean-Baptiste Kempf
A nice script finishes in the same folder it was started :)
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=19024198c97ca1401c9df71ad76dde711a256781
---
compile-libvlc.sh | 1 +
compile.sh | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index ba7eabd..67c4a46 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 da854df..a00d02c 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"
More information about the Android
mailing list