Update build.sh

This commit is contained in:
Daniel Stankewitz 2020-08-29 10:57:37 +02:00 committed by GitHub
parent 2be5db0052
commit 89110385a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ function build_amf {
function build_mfx { function build_mfx {
git clone https://github.com/lu-zero/mfx_dispatch.git $SRC/libmfx git clone https://github.com/lu-zero/mfx_dispatch.git $SRC/libmfx
cd $SRC/libmfx cd $SRC/libmfx
git checkout c200d833e25a91e3e49d69890dac1ffa3486cbe9 #git checkout c200d833e25a91e3e49d69890dac1ffa3486cbe9
if [[ ! -f "configure" ]]; then if [[ ! -f "configure" ]]; then
autoreconf -fiv || exit 1 autoreconf -fiv || exit 1
fi fi