Commit 63b84d59 authored by Rafaël Carré's avatar Rafaël Carré

FFmpeg use --cross-compile option

parent a5f3b250
...@@ -101,7 +101,7 @@ ifneq ($(BUILD),$(HOST)) ...@@ -101,7 +101,7 @@ ifneq ($(BUILD),$(HOST))
# #
ifndef HAVE_CYGWIN ifndef HAVE_CYGWIN
# We are REALLY cross compiling # We are REALLY cross compiling
FFMPEGCONF=--cross-prefix=$(HOST)- --enable-cross-compile FFMPEGCONF=--cross-prefix=$(HOST)- --cross-compile
X264CONF=--host=$(HOST) X264CONF=--host=$(HOST)
PTHREADSCONF="CROSS=$(HOST)-" PTHREADSCONF="CROSS=$(HOST)-"
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment