From d1a159c483934ee5589745a5d23db411c72e783e Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Sun, 7 Jan 2024 10:12:27 +0100 Subject: [PATCH] [build,mac] FFmpeg --enable-cross-compile --- scripts/bundle-mac-os.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bundle-mac-os.sh b/scripts/bundle-mac-os.sh index 4b6ef8bc8..8bb19865b 100755 --- a/scripts/bundle-mac-os.sh +++ b/scripts/bundle-mac-os.sh @@ -226,7 +226,7 @@ do FINSTPATH=$BUILD/FFmpeg/install/$ARCH CFLAGS=$FFCFLAGS LDFLAGS=$FFCFLAGS $SRC/FFmpeg/configure --prefix=$FINSTPATH --disable-all \ --enable-shared --disable-static --enable-swscale --disable-asm --disable-libxcb \ - --disable-securetransport --disable-xlib + --disable-securetransport --disable-xlib --enable-cross-compile CFLAGS=$FFCFLAGS LDFLAGS=$FFCFLAGS make -j CFLAGS=$FFCFLAGS LDFLAGS=$FFCFLAGS make -j install fix_rpath "$FINSTPATH/lib"