Skip to content

Commit

Permalink
[build,mac] FFmpeg --enable-cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Novak authored and akallabeth committed Jan 9, 2024
1 parent 39c4d4f commit 912d91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle-mac-os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 912d91b

Please sign in to comment.