[MPlayer-cvslog] r23789 - trunk/libvo/Makefile

Aurelien Jacobs aurel at gnuage.org
Mon Jul 16 17:06:06 CEST 2007


On Mon, 16 Jul 2007 13:34:18 +0200 (CEST)
diego <subversion at mplayerhq.hu> wrote:

> Author: diego
> Date: Mon Jul 16 13:34:18 2007
> New Revision: 23789
> 
> Log:
> bandaid compilation fix
> 
> 
> Modified:
>    trunk/libvo/Makefile
> 
> Modified: trunk/libvo/Makefile
> ==============================================================================
> --- trunk/libvo/Makefile	(original)
> +++ trunk/libvo/Makefile	Mon Jul 16 13:34:18 2007
> @@ -25,3 +25,5 @@ include ../mpcommon.mak
>  
>  %.o: %.m
>  	$(CC) $(CFLAGS) -c -o $@ $<
> +
> +vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))

To build a fresh new svn checkout, I've had to apply the same fix in
libmpcodecs (see attached patch).
But this is quite ugly and I think a better fix needs to be found.

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_png.diff
Type: text/x-diff
Size: 386 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20070716/0dfac470/attachment.diff>


More information about the MPlayer-cvslog mailing list