Skip to content

Commit

Permalink
gitee 的版本突然莫名其妙缺少tag. 先去掉.
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Apr 17, 2022
1 parent 9f75710 commit 1346200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
15 changes: 3 additions & 12 deletions build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,14 @@ mkdir -p "$PREFIX"

if [[ ! -d "${THIS_DIR}/x264" ]]; then
echo "cloning x264..."
if [[ "$1" == "--enable-gitee" ]]; then
git clone https://gitee.com/wysaid/x264.git --recursive
else
echo "use '--enable-gitee' to clone with gitee. (maybe faster with gitee in Asia)"
git clone https://code.videolan.org/videolan/x264.git --recursive
fi
git clone https://code.videolan.org/videolan/x264.git --recursive

fi

if [[ ! -d "${THIS_DIR}/ffmpeg" ]]; then
echo "cloning ffmpeg..."
if [[ "$1" == "--enable-gitee" ]]; then
git clone https://gitee.com/ChinaFFmpeg/ffmpeg.git ffmpeg --recursive
else
echo "use '--enable-gitee' to clone with gitee. (maybe faster with gitee in Asia)"
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg --recursive
fi
git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg --recursive

fi

cd $THIS_DIR/x264
Expand Down
8 changes: 0 additions & 8 deletions build_android_asia.sh

This file was deleted.

0 comments on commit 1346200

Please sign in to comment.