aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-03 22:53:30 +0100
committerReinhard Tartler <siretart@tauware.de>2013-01-12 17:59:40 +0100
commit6b70965f398ebcea599225f2215074d434327182 (patch)
tree234525f67f5de673f8120dec1f575714b38ace99
parentf1b3cc02ec5eda0bcbce10236cc2254d22048b17 (diff)
downloadffmpeg-6b70965f398ebcea599225f2215074d434327182.tar.gz
ppc: always use pic for shared libraries
CC: libav-stable@libav.org (cherry picked from commit 1944d532a8a1c4b12222f0acfeb1153630dbc996) Conflicts: configure
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 51e20cb54e..2d17ce0b28 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)