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 17:59:40 +0100 |
commit | 6b70965f398ebcea599225f2215074d434327182 (patch) | |
tree | 234525f67f5de673f8120dec1f575714b38ace99 | |
parent | f1b3cc02ec5eda0bcbce10236cc2254d22048b17 (diff) | |
download | ffmpeg-6b70965f398ebcea599225f2215074d434327182.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
@@ -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) |