[Android] Rename configure.sh into compile-libvlc.sh
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 4 17:51:28 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 4 17:51:14 2015 +0100| [e654c14c1c8cc03821e16aee933ef1fad95dbe15] | committer: Jean-Baptiste Kempf
Rename configure.sh into compile-libvlc.sh
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e654c14c1c8cc03821e16aee933ef1fad95dbe15
---
configure.sh => compile-libvlc.sh | 0
compile.sh | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.sh b/compile-libvlc.sh
similarity index 100%
rename from configure.sh
rename to compile-libvlc.sh
diff --git a/compile.sh b/compile.sh
index be8f22b..84a7788 100755
--- a/compile.sh
+++ b/compile.sh
@@ -349,7 +349,7 @@ if [ ! -f config.h ]; then
echo "Bootstraping"
../bootstrap
echo "Configuring"
- ${ANDROID_PATH}/configure.sh $OPTS
+ ${ANDROID_PATH}/compile-libvlc.sh $OPTS
fi
# ANDROID NDK FIXUP (BLAME GOOGLE)
More information about the Android
mailing list