From 55da3392db2e955ceb230b6ba354463c3854bc47 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 11 Dec 2006 16:16:33 +0000 Subject: [PATCH] * forwardport [18335]: Compile x264 with --enable-pic --- extras/contrib/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 965855a3e6..a8aeaa6ebd 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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 -- 2.39.2