mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Add initial support for winarm64
This commit is contained in:
@ -15,18 +15,16 @@ ffbuild_dockerdl() {
|
||||
ffbuild_dockerbuild() {
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
--disable-shared
|
||||
--enable-static
|
||||
--disable-extra-programs
|
||||
)
|
||||
|
||||
if [[ $TARGET == win* || $TARGET == linux* ]]; then
|
||||
if [[ $TARGET == winarm* ]]; then
|
||||
myconf+=(
|
||||
--host="$FFBUILD_TOOLCHAIN"
|
||||
--disable-rtcd
|
||||
)
|
||||
else
|
||||
echo "Unknown target"
|
||||
return -1
|
||||
fi
|
||||
|
||||
./configure "${myconf[@]}"
|
||||
|
Reference in New Issue
Block a user