[Ffmpeg-cvslog] r5619 - trunk/configure

Diego Biurrun diego
Wed Jul 5 10:09:12 CEST 2006


On Wed, Jul 05, 2006 at 01:05:14AM +0200, mru wrote:
> 
> Log:
> set flags needed for shared libs on solaris
> 
> --- trunk/configure	(original)
> +++ trunk/configure	Wed Jul  5 01:05:14 2006
> @@ -1432,9 +1433,9 @@
>  if test "$lshared" = "yes" ; then
>      # LIBOBJFLAGS may have already been set in the OS configuration
>      if test -z "$LIBOBJFLAGS" ; then
> -        if test "$cpu" = "x86_64" -o "$cpu" = "ia64" -o "$cpu" = "alpha" ; then
> -            LIBOBJFLAGS="\$(PIC)"
> -        fi
> +        case "$cpu" in
> +            x86_64|ia64|alpha|sparc*) LIBOBJFLAGS="\$(PIC)" ;;
> +        esac

That's an unrelated (cosmetic) change..

Diego




More information about the ffmpeg-cvslog mailing list