[FFmpeg-cvslog] ppc: always use pic for shared libraries

Luca Barbato git at videolan.org
Thu Jan 17 03:20:58 CET 2013


ffmpeg | branch: release/0.8 | Luca Barbato <lu_zero at gentoo.org> | Mon Dec  3 22:53:30 2012 +0100| [08d9fd611eac18be52e0bd3430ba6acb740cd79f] | 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=08d9fd611eac18be52e0bd3430ba6acb740cd79f
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6a2ff4f..05a7161 100755
--- a/configure
+++ b/configure
@@ -2342,7 +2342,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