diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-12-03 22:53:30 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-01-12 19:33:10 +0100 |
commit | 08d9fd611eac18be52e0bd3430ba6acb740cd79f (patch) | |
tree | 9d2021902471380631e410aaabe21e9a31759aea | |
parent | 5fa739e685bcbd29dd83139c245935099112beed (diff) | |
download | ffmpeg-08d9fd611eac18be52e0bd3430ba6acb740cd79f.tar.gz |
ppc: always use pic for shared libraries
CC: libav-stable@libav.org
(cherry picked from commit 1944d532a8a1c4b12222f0acfeb1153630dbc996)
Conflicts:
configure
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |