Commit f6773c99 authored by Christophe Mutricy's avatar Christophe Mutricy

Don't use pic on win32. it confuses nasm

parent 2e4b79c9
...@@ -1216,10 +1216,11 @@ endif ...@@ -1216,10 +1216,11 @@ endif
ifdef HAVE_WIN32 ifdef HAVE_WIN32
.x264: x264 .pthreads .x264: x264 .pthreads
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
else else
.x264: x264 .x264: x264
endif
(cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pic && make && make install) (cd $<; ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pic && make && make install)
endif
touch $@ touch $@
CLEAN_FILE += .x264 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