[MPlayer-dev-eng] moving swscale to ffmpeg tree

Diego Biurrun diego at biurrun.de
Fri May 19 16:11:20 CEST 2006


On Fri, May 19, 2006 at 12:57:51PM +0200, Luca Abeni wrote:
> 
> Please CC me if you reply to this email, because I am not subscribed to
> mplayer-dev-eng.

BTW, check out gmane, it may be simpler for you than posting
unsubscribed...

> --- postproc/Makefile	2006-01-27 01:06:41.000000000 +0100
> +++ libswscale/Makefile	2006-05-12 13:11:54.000000000 +0200
> @@ -1,52 +1,33 @@
> +#FIXME: This should be in configure/config.mak
> +ifeq ($(CONFIG_WIN32),yes)
> +    LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
> +endif

I moved this to common.mak, remove it from here.

> +ifeq ($(TARGET_ARCH_SPARC64),yes)
> +CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc
> +endif

dito

Diego



More information about the MPlayer-dev-eng mailing list