From 89110385a6c15cccfadaed9753c4f910707e29a5 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sat, 29 Aug 2020 10:57:37 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 05d88e3..08294f2 100644 --- a/build.sh +++ b/build.sh @@ -40,7 +40,7 @@ function build_amf { function build_mfx { git clone https://github.com/lu-zero/mfx_dispatch.git $SRC/libmfx cd $SRC/libmfx - git checkout c200d833e25a91e3e49d69890dac1ffa3486cbe9 + #git checkout c200d833e25a91e3e49d69890dac1ffa3486cbe9 if [[ ! -f "configure" ]]; then autoreconf -fiv || exit 1 fi