Skip to content

Commit

Permalink
init: show git version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbcallen committed Feb 25, 2016
1 parent fe0fb59 commit 796fcdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ IJK_FFMPEG_LOCAL_REPO=extra/ffmpeg
set -e
TOOLS=tools

git --version

echo "== pull ffmpeg base =="
sh $TOOLS/pull-repo-base.sh $IJK_FFMPEG_UPSTREAM $IJK_FFMPEG_LOCAL_REPO

Expand Down
2 changes: 2 additions & 0 deletions init-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ fi
set -e
TOOLS=tools

git --version

FF_ALL_ARCHS_IOS6_SDK="armv7 armv7s i386"
FF_ALL_ARCHS_IOS7_SDK="armv7 armv7s arm64 i386 x86_64"
FF_ALL_ARCHS_IOS8_SDK="armv7 arm64 i386 x86_64"
Expand Down

0 comments on commit 796fcdd

Please sign in to comment.