Skip to content

Commit

Permalink
Update build-x265_msys.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 authored Aug 18, 2017
1 parent ab70e68 commit 1063cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/build-x265_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd "$DIR"
rm -rf x265
hg clone --insecure http://bitbucket.org/multicoreware/x265
cp -vrf "$DIR/x265/build/msys" "$DIR/x265/build/msys32"
cp -vrf "$DIR/x265/build/msys" "$DIR/x265/build/msys64"
Expand All @@ -37,4 +38,4 @@ make
mv x265.exe "$DIR/x265-12.exe"
make clean

echo "DONE!"
echo "DONE!"

0 comments on commit 1063cae

Please sign in to comment.