[Ffmpeg-devel] [PATCH] enable libswscale

Diego Biurrun diego
Mon Aug 7 17:14:13 CEST 2006


On Mon, Aug 07, 2006 at 05:10:14PM +0200, Luca Abeni wrote:
> 
> On Sat, 2006-08-05 at 00:29 +0200, Diego Biurrun wrote:
> > On Sat, Aug 05, 2006 at 12:09:42AM +0200, Luca Abeni wrote:
> > > 
> > > To use it, apply the patch to the ffmpeg tree, copy libswscale from the
> > > mplayer tree, copy mplayer/asmalign.h into ffmpeg/libswscale, and copy
> > > mplayer/libmpcodecs/img_format.h into ffmpeg/libswscale (such copies
> > > will be handled with the external svn property).
> > 
> > Careful, svn:externals only works for directories, not files.
> Ok... So, we will probably need to have a copy of those two files in the
> repository for some time :(

Why not put them in libavutil (which is mandatory for MPlayer) then?

> --- Makefile	(revision 5944)
> +++ Makefile	(working copy)
> @@ -11,6 +11,10 @@
>  
> +ifeq ($(CONFIG_SWSCALER),yes)
> +CFLAGS := -I$(SRC_PATH)/libswscale $(CFLAGS)
> +endif

Why not simply += here?

Diego




More information about the ffmpeg-devel mailing list