[MPlayer-cvslog] r29856 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Nov 8 20:59:15 CET 2009


On Sun, Nov 08, 2009 at 08:32:57PM +0100, reimar wrote:
> Author: reimar
> Date: Sun Nov  8 20:32:57 2009
> New Revision: 29856
> 
> Log:
> Remove macho64 special-case for yasm options, -DPIC is already added
> by the PIC-detection code.
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	Sun Nov  8 16:41:40 2009	(r29855)
> +++ trunk/configure	Sun Nov  8 20:32:57 2009	(r29856)
> @@ -2605,7 +2605,6 @@ if test -z "$YASMFLAGS" ; then
>    test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
>    case "$objformat" in
>      elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
> -    macho64)             YASMFLAGS="$YASMFLAGS -DPIC -DPREFIX" ;;
>      *)                   YASMFLAGS="$YASMFLAGS -DPREFIX"  ;;
>    esac

I also think that it should be
test -n "$extern_prefix" && YASMFLAGS="$YASMFLAGS -DPREFIX"
or am I missing something?
Of course ideally it would be possible to tweak the prefix that
is added for the YASM code...


More information about the MPlayer-cvslog mailing list