Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-13 02:07:00 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-13 02:07:00 +0400
commit98eb99d20bf57d16dcbe8d500a00bd6ad740254a (patch)
treecf78a8a2cdb0aedb2f5fb65bd01764bf76293ec1 /tools
parent675a66a93bf8138d629573fbdadd05bd7771012e (diff)
tools/build_libstagefright: switch git urls to https
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools')
-rw-r--r--tools/build_libstagefright4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build_libstagefright b/tools/build_libstagefright
index 8b3a0930f9..22bb71225c 100644
--- a/tools/build_libstagefright
+++ b/tools/build_libstagefright
@@ -6,8 +6,8 @@ if [ "$NDK" = "" ]; then
fi
echo "Fetching Android system headers"
-git clone --depth=1 --branch gingerbread-release git://github.com/CyanogenMod/android_frameworks_base.git ../android-source/frameworks/base
-git clone --depth=1 --branch gingerbread-release git://github.com/CyanogenMod/android_system_core.git ../android-source/system/core
+git clone --depth=1 --branch gingerbread-release https://github.com/CyanogenMod/android_frameworks_base.git ../android-source/frameworks/base
+git clone --depth=1 --branch gingerbread-release https://github.com/CyanogenMod/android_system_core.git ../android-source/system/core
echo "Fetching Android libraries for linking"
# Libraries from any froyo/gingerbread device/emulator should work