]> git.sesse.net Git - vlc/blobdiff - extras/contrib/src/Makefile
* forwardport [18335]: Compile x264 with --enable-pic
[vlc] / extras / contrib / src / Makefile
index 965855a3e6bef9b4dc8e465d45310d13c012f3ea..a8aeaa6ebd3b04348a303a88775169124aff6303 100644 (file)
@@ -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