mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Some cleanup and housekeeping
This commit is contained in:
@ -31,9 +31,9 @@ ffbuild_dockerbuild() {
|
||||
--enable-idl
|
||||
)
|
||||
|
||||
./configure "${myconf[@]}" || return -1
|
||||
make -j$(nproc) || return -1
|
||||
make install || return -1
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
cd ../mingw-w64-libraries/winpthreads
|
||||
|
||||
@ -47,12 +47,9 @@ ffbuild_dockerbuild() {
|
||||
--enable-static
|
||||
)
|
||||
|
||||
./configure "${myconf[@]}" || return -1
|
||||
make -j$(nproc) || return -1
|
||||
make install || return -1
|
||||
|
||||
cd ../../..
|
||||
rm -rf mingw
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
Reference in New Issue
Block a user