Commit 58ee1c53 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: ffmpeg uses now --enable-cross-compile instead of --cross-compile.

parent 7a0f077c
...@@ -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)- --cross-compile FFMPEGCONF=--cross-prefix=$(HOST)- --enable-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