mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Switch all base images to ct-ng based toolchains
This commit is contained in:
@ -28,8 +28,10 @@ ffbuild_dockerbuild() {
|
||||
unset LDFLAGS
|
||||
unset PKG_CONFIG_LIBDIR
|
||||
|
||||
GCC_SYSROOT="$(${FFBUILD_CROSS_PREFIX}gcc -print-sysroot)"
|
||||
|
||||
local myconf=(
|
||||
--prefix="/usr/$FFBUILD_TOOLCHAIN"
|
||||
--prefix="$GCC_SYSROOT/usr/$FFBUILD_TOOLCHAIN"
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
--with-default-win32-winnt="0x601"
|
||||
--enable-idl
|
||||
@ -42,7 +44,7 @@ ffbuild_dockerbuild() {
|
||||
cd ../mingw-w64-libraries/winpthreads
|
||||
|
||||
local myconf=(
|
||||
--prefix="/usr/$FFBUILD_TOOLCHAIN"
|
||||
--prefix="$GCC_SYSROOT/usr/$FFBUILD_TOOLCHAIN"
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
--with-pic
|
||||
--disable-shared
|
||||
|
Reference in New Issue
Block a user