[FFmpeg-devel] [PATCH][0.5] build PIC code on G3 macs
Reinhard Tartler
siretart
Mon Feb 1 21:03:24 CET 2010
For details, see http://bugs.debian.org/561956
please approve for branches/0.5
diff --git a/configure b/configure
index fd11501..d0cadb7 100755
--- a/configure
+++ b/configure
@@ -2205,7 +2205,7 @@ if enabled shared; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
case "${subarch-$arch}" in
- x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
+ x86_64|ia64|alpha|sparc*|ppc|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
esac
fi
fi
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
More information about the ffmpeg-devel
mailing list