[vlc-devel] commit: contrib: ffmpeg needs PIC on Linux (just like x264) ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 12 15:04:05 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep  2 22:54:40 2009 +0300| [437edb1f25ae2d8781a8f5416e48bc205918e916] | committer: Rémi Denis-Courmont 

contrib: ffmpeg needs PIC on Linux (just like x264)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=437edb1f25ae2d8781a8f5416e48bc205918e916
---

 extras/contrib/src/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 6dd75b4..a8b397e 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -171,6 +171,7 @@ endif
 # Installing statically-linked VLC plugins is so much simpler.
 HOSTCONF += --with-pic --disable-shared
 endif
+FFMPEGCONF += --enable-pic
 X264CONF += --enable-pic
 endif
 




More information about the vlc-devel mailing list