updated libopus and Opus build scrips

This commit is contained in:
Diego Waxemberg
2015-06-01 22:25:56 -07:00
parent ab019eef0f
commit 1223a9013f
5 changed files with 35 additions and 13 deletions

View File

@@ -7,7 +7,6 @@ source config.sh
SCRIPT_DIR=$( (cd -P $(dirname $0) && pwd) )
DIST_DIR_BASE=${DIST_DIR_BASE:="$SCRIPT_DIR/dist"}
git submodule update --init opus
cd opus
git checkout master
git pull origin master