mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Don't autoreconf mingw, needs super recent version not in Ubuntu
This commit is contained in:
@ -37,8 +37,6 @@ ffbuild_dockerbuild() {
|
||||
unset LDFLAGS
|
||||
unset PKG_CONFIG_LIBDIR
|
||||
|
||||
autoreconf -i
|
||||
|
||||
local myconf=(
|
||||
--prefix="/usr/$FFBUILD_TOOLCHAIN"
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
@ -52,8 +50,6 @@ ffbuild_dockerbuild() {
|
||||
|
||||
cd ../mingw-w64-libraries/winpthreads
|
||||
|
||||
autoreconf -i
|
||||
|
||||
local myconf=(
|
||||
--prefix="/usr/$FFBUILD_TOOLCHAIN"
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
|
Reference in New Issue
Block a user