[MPlayer-dev-eng] Re: [PATCH] fix compilation of libvo/vo_xvmc.c

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Mar 26 01:36:25 CEST 2007


Hi!

> > since svn revision 22812 the wrong xvmc_render.h file is included in
> > libvo/vo_xvmc.c, which breaks compilation. The following patch fixes this:
> > 
> > --- mpcommon.mak        (revision 22818)
> > +++ mpcommon.mak        (working copy)
> >  <at>  <at>  -8,7 +8,7  <at>  <at> 
> >  
> > -CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
> > +CFLAGS += $(OPTFLAGS) $(CFLAGS-yes) 
> 
> Unacceptable.

I had already commited this version to fix compilation;-(

I can either:
1) Revert commit as soon as Diego asks me to
2) Rename mplayers xvmc_render.h to mp_xvmc_render.h and apply Eriks second patch
3) Apply the patch I posted on ffmpeg-devel (or something similar) and svn rm
xvmc_render.h

Ivan, could you comment on 2) or 3)?

Thank you for your patience, Carl Eugen





More information about the MPlayer-dev-eng mailing list