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 committed Jan 7, 2024
1 parent 39fad36 commit 5cff6e6
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 5cff6e6

Please sign in to comment.