mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
No need to stay verbose
This commit is contained in:
@ -41,7 +41,7 @@ ffbuild_dockerbuild() {
|
|||||||
export LDFLAFS="$RAW_LDFLAGS"
|
export LDFLAFS="$RAW_LDFLAGS"
|
||||||
|
|
||||||
./configure "${myconf[@]}"
|
./configure "${myconf[@]}"
|
||||||
make -j$(nproc) VERBOSE=1
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
|
|
||||||
gen-implib "$FFBUILD_PREFIX"/lib/{libva.so.2,libva.a}
|
gen-implib "$FFBUILD_PREFIX"/lib/{libva.so.2,libva.a}
|
||||||
|
Reference in New Issue
Block a user