[MPlayer-cvslog] r23789 - trunk/libvo/Makefile
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jul 16 17:13:22 CEST 2007
Hello,
On Mon, Jul 16, 2007 at 05:06:06PM +0200, Aurelien Jacobs wrote:
> 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.
Agree, though
vd_mpng.o vf_screenshot.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))
is already a bit less ugly.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list