[MPlayer-dev-eng] [PATCH] Enable FTZ/DAZ for SSE

Diego Biurrun diego at biurrun.de
Fri May 18 10:25:05 CEST 2007


On Fri, May 18, 2007 at 03:41:20PM +0800, Zuxy Meng wrote:
> 
> If no more objections I plan to apply the attached patch next week.
> 
> --- Makefile	?????? 23339??
> +++ Makefile	????????????
> @@ -223,10 +223,10 @@
>  
>  mplayer$(EXESUF): $(MPLAYER_DEPS)
> -	$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
> +	$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS_MPLAYER)

Rejected, CFLAGS do not belong in a linker command.

Diego



More information about the MPlayer-dev-eng mailing list