mirror of https://github.com/FreeRDP/FreeRDP
[build,mac] FFmpeg --enable-cross-compile
This commit is contained in:
parent
55f92a329c
commit
d1a159c483
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue