Commit 6718d2d6 authored by Rafaël Carré's avatar Rafaël Carré

contrib: set cross-prefix for x264 when cross compiling

This fixes ARM build
parent 44da3064
......@@ -26,6 +26,9 @@ X264CONF += --enable-pic
else
X264CONF += --enable-win32thread
endif
ifdef HAVE_CROSS_COMPILE
X264CONF += --cross-prefix="$(HOST)-"
endif
$(TARBALLS)/x26410b-git.tar.xz:
$(call download_git,$(X264_GITURL))
......
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