Commit 35b1c2b1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: force x264 to disable broken options

It seem to not work because of cross-compilation. It seems to call directly pkg-config with no way of overriding it.
--disable-avs-input --disable-lavf-input --disable-ffms-input --disable-mp4-output
parent 4e9e9f5c
...@@ -181,6 +181,8 @@ ifdef HAVE_ISA_THUMB ...@@ -181,6 +181,8 @@ ifdef HAVE_ISA_THUMB
NOTHUMB ?= -mno-thumb NOTHUMB ?= -mno-thumb
endif endif
X264CONF+= --disable-avs-input --disable-lavf-input --disable-ffms-input --disable-mp4-output
DATE=`date +%Y-%m-%d` DATE=`date +%Y-%m-%d`
# *************************************************************************** # ***************************************************************************
......
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