[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.237,1.238

Diego Biurrun diego
Sat Feb 11 22:50:33 CET 2006


On Sat, Feb 11, 2006 at 10:42:13PM +0100, Diego Biurrun CVS wrote:
> 
> Modified Files:
> 	Makefile 
> Log Message:
> Move libpostproc compilation to the top-level Makefile.
> 
> --- Makefile	11 Feb 2006 19:30:55 -0000	1.237
> +++ Makefile	11 Feb 2006 21:42:11 -0000	1.238
> @@ -300,15 +300,6 @@
>  
> -ifeq ($(CONFIG_PP),yes)
> -ifeq ($(BUILD_SHARED),yes)
> -EXTRALIBS += -Llibpostproc -lpostproc$(BUILDSUF)
> -else
> -# LIBS += libpostproc/libpostproc.a ... should be fixed
> -OBJS += libpostproc/postprocess.o
> -endif
> -endif

I was bold and removed the EXTRALIBS line since the build worked fine
without it for me (TM).  I also tested shared lib MPlayer and the pp
filters worked fine.

If I overlooked something and messed up, send some Cola my way...

Diego





More information about the ffmpeg-cvslog mailing list