fixed x265 build script
This commit is contained in:
parent
082857899b
commit
3d20c92947
|
@ -5,6 +5,8 @@ builddir="$(dirname "$0")"
|
|||
|
||||
pushd "$builddir"
|
||||
|
||||
rm -rf ./build ./build-10 ./build-12
|
||||
|
||||
if [ -d "./x265_git" ]; then
|
||||
git -C "./x265_git" pull
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue