[FFmpeg-devel] [PATCH][0.5] build PIC code on G3 macs

Måns Rullgård mans
Tue Feb 2 13:48:21 CET 2010


Reinhard Tartler <siretart at tauware.de> writes:

> 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

Why does this bite only G3?

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list