[Ffmpeg-devel] About swscale

Diego Biurrun diego
Fri Jun 23 13:48:20 CEST 2006


On Fri, Jun 23, 2006 at 12:41:52PM +0200, Luca Abeni wrote:
> 
> On Wed, 2006-06-21 at 14:07 +0200, Luca Abeni wrote:
> [...]
> > Ok, I'll redo the patch removing the configure and Makefile chunks.
> Here is the minimal patch needed to compile mplayer after that the
> software scaler has been moved to libswscale.

The patch is good to apply anytime, just a minor nit:

> --- mplayer.orig/Makefile	2006-06-23 08:34:37.000000000 +0200
> +++ mplayer/Makefile	2006-06-23 08:43:02.000000000 +0200
> @@ -110,7 +110,7 @@
>                $(W32_LIB) \
>                libaf/libaf.a \
>                libmpdemux/libmpdemux.a \
> -              postproc/libswscale.a \
> +              libswscale/libswscale.a \
>                osdep/libosdep.a \
>                $(DVDREAD_LIB) \
>                $(DVDNAV_LIB) \
> @@ -165,7 +165,7 @@
>          libavformat \
>          libao2 \
>          osdep \
> -        postproc \
> +        libswscale \
>          input \
>          libvo \
>          libaf \
> @@ -218,7 +218,7 @@
>                libmpcodecs/libmpcodecs.a \
>                libao2/libao2.a \
>                osdep/libosdep.a \
> -              postproc/libswscale.a \
> +              libswscale/libswscale.a \
>                input/libinput.a \
>                libvo/libvo.a \
>                libaf/libaf.a \
> @@ -335,8 +335,8 @@
>  osdep/libosdep.a:
>  	$(MAKE) -C osdep
>  
> -postproc/libswscale.a:
> -	$(MAKE) -C postproc
> +libswscale/libswscale.a:
> +	$(MAKE) -C libswscale
>  
>  input/libinput.a:
>  	$(MAKE) -C input

Please move all lines with libswscale next to the other FFmpeg libraries
where applicable.

Diego




More information about the ffmpeg-devel mailing list