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 19:33:10 +0100
commit08d9fd611eac18be52e0bd3430ba6acb740cd79f (patch)
tree9d2021902471380631e410aaabe21e9a31759aea
parent5fa739e685bcbd29dd83139c245935099112beed (diff)
downloadffmpeg-08d9fd611eac18be52e0bd3430ba6acb740cd79f.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 6a2ff4fa01..05a7161ef8 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)