aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-02-06 19:29:15 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-02-06 19:29:15 +0000
commitf824ba7b617902f250aca17b2f57678d1421a7bf (patch)
treedd4495ab64bbc10810ebe27f76c40606f7332d07 /configure
parentaad512b4ec0d6bef94bd692652c3934556b7e2fd (diff)
downloadffmpeg-f824ba7b617902f250aca17b2f57678d1421a7bf.tar.gz
Even powerpc/power needs PIC for shared objects today
Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ce1585d2d4..5946a68cfa 100755
--- a/configure
+++ b/configure
@@ -1818,7 +1818,7 @@ if enabled lshared; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
case "$arch" in
- x86_64|ia64|alpha|sparc*) LIBOBJFLAGS="\$(PIC)" ;;
+ x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;;
esac
fi
fi