mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-03 16:14:35 +02:00
Don't autoreconf mingw, needs super recent version not in Ubuntu
This commit is contained in:
parent
718b8550d3
commit
80c4d27a22
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user