From 1571708edc5b76243ced35355592a03166cffd6c Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 21 Dec 2021 02:12:10 +0100 Subject: [PATCH] No need to stay verbose --- scripts.d/50-vaapi/50-libva.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/50-vaapi/50-libva.sh b/scripts.d/50-vaapi/50-libva.sh index 7bba075..45ef015 100755 --- a/scripts.d/50-vaapi/50-libva.sh +++ b/scripts.d/50-vaapi/50-libva.sh @@ -41,7 +41,7 @@ ffbuild_dockerbuild() { export LDFLAFS="$RAW_LDFLAGS" ./configure "${myconf[@]}" - make -j$(nproc) VERBOSE=1 + make -j$(nproc) make install gen-implib "$FFBUILD_PREFIX"/lib/{libva.so.2,libva.a}