[FFmpeg-cvslog] ppc: always use pic for shared libraries
Luca Barbato
git at videolan.org
Tue Dec 4 14:29:45 CET 2012
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Dec 3 22:53:30 2012 +0100| [1944d532a8a1c4b12222f0acfeb1153630dbc996] | committer: Luca Barbato
ppc: always use pic for shared libraries
CC: libav-stable at libav.org
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1944d532a8a1c4b12222f0acfeb1153630dbc996
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 8161eac..fbfafe0 100755
--- a/configure
+++ b/configure
@@ -2730,6 +2730,7 @@ case "$arch" in
;;
ppc)
check_64bit ppc ppc64 'sizeof(void *) > 4'
+ spic=$shared
;;
sparc)
check_64bit sparc sparc64 'sizeof(void *) > 4'
More information about the ffmpeg-cvslog
mailing list