Commit 4a44b3ab authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't apply enable-pic twice. x264 is still broken on future darwin releases though.

parent 600555d4
......@@ -1222,7 +1222,7 @@ ifdef HAVE_WIN32
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
else
.x264: x264
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pic && make && make install)
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
endif
touch $@
......
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