[FFmpeg-cvslog] tools/build_libstagefright: switch git urls to https

Michael Niedermayer git at videolan.org
Wed Mar 12 23:21:32 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar 12 23:07:00 2014 +0100| [98eb99d20bf57d16dcbe8d500a00bd6ad740254a] | committer: Michael Niedermayer

tools/build_libstagefright: switch git urls to https

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=98eb99d20bf57d16dcbe8d500a00bd6ad740254a
---

 tools/build_libstagefright |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/build_libstagefright b/tools/build_libstagefright
index 8b3a093..22bb712 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



More information about the ffmpeg-cvslog mailing list