Commit 55da3392 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* forwardport [18335]: Compile x264 with --enable-pic

parent 74cbdba8
......@@ -1214,7 +1214,7 @@ endif
endif
.x264: x264
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pic && make && make install)
touch $@
CLEAN_FILE += .x264
......
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