[FFmpeg-cvslog] ppc: always use pic for shared libraries
Luca Barbato
git at videolan.org
Thu Jan 17 02:31:01 CET 2013
ffmpeg | branch: release/0.10 | Luca Barbato <lu_zero at gentoo.org> | Mon Dec 3 22:53:30 2012 +0100| [6b70965f398ebcea599225f2215074d434327182] | committer: Reinhard Tartler
ppc: always use pic for shared libraries
CC: libav-stable at libav.org
(cherry picked from commit 1944d532a8a1c4b12222f0acfeb1153630dbc996)
Conflicts:
configure
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b70965f398ebcea599225f2215074d434327182
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 51e20cb..2d17ce0 100755
--- a/configure
+++ b/configure
@@ -2392,7 +2392,7 @@ check_host_cflags -std=c99
check_host_cflags -Wall
case "$arch" in
- alpha|ia64|mips|parisc|sparc)
+ alpha|ia64|mips|parisc|ppc|sparc)
spic=$shared
;;
x86)
More information about the ffmpeg-cvslog
mailing list