Commit 5ffe61ba authored by Rafaël Carré's avatar Rafaël Carré

Revert "FFmpeg use --cross-compile option"

This reverts commit 63b84d59.

Don't use old snapshots and think its HEAD
parent 63b84d59
......@@ -101,7 +101,7 @@ ifneq ($(BUILD),$(HOST))
#
ifndef HAVE_CYGWIN
# We are REALLY cross compiling
FFMPEGCONF=--cross-prefix=$(HOST)- --cross-compile
FFMPEGCONF=--cross-prefix=$(HOST)- --enable-cross-compile
X264CONF=--host=$(HOST)
PTHREADSCONF="CROSS=$(HOST)-"
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