aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-11 10:32:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-11 10:32:26 +0100
commitddd3301badee58de1761a02b76c987ea972f20fd (patch)
treea0e0a0191da89ac58bf169c3d0d3ee868bbf359e
parent123981930f0af8c0abe06fee860c57c006c68f44 (diff)
parent4b476e6aa4b830f919cf3c67ba2caa039ff285b9 (diff)
downloadffmpeg-ddd3301badee58de1761a02b76c987ea972f20fd.tar.gz
Merge commit '4b476e6aa4b830f919cf3c67ba2caa039ff285b9' into release/2.2
* commit '4b476e6aa4b830f919cf3c67ba2caa039ff285b9': configure: enable PIC on s390(x) Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index dd51942acf..39daa52ee5 100755
--- a/configure
+++ b/configure
@@ -3661,6 +3661,10 @@ case "$arch" in
check_64bit ppc ppc64 'sizeof(void *) > 4'
spic=$shared
;;
+ s390)
+ check_64bit s390 s390x 'sizeof(void *) > 4'
+ spic=$shared
+ ;;
sparc)
check_64bit sparc sparc64 'sizeof(void *) > 4'
spic=$shared