Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-04 01:53:30 +0400
committerLuca Barbato <lu_zero@gentoo.org>2012-12-04 01:53:30 +0400
commit1944d532a8a1c4b12222f0acfeb1153630dbc996 (patch)
treee761a11d53c0dbaa82d09ae9cac949001450d5fe /configure
parent62641dce7155e013d11f59989f6e228735dac3ca (diff)
ppc: always use pic for shared libraries
CC: libav-stable@libav.org
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8161eac1fe..fbfafe032b 100755
--- a/configure
+++ b/configure
@@ -2730,6 +2730,7 @@ case "$arch" in
;;
ppc)
check_64bit ppc ppc64 'sizeof(void *) > 4'
+ spic=$shared
;;
sparc)
check_64bit sparc sparc64 'sizeof(void *) > 4'