[PATCH:libXvMC] Include XvMClib.h

Luc Verhaegen libv at skynet.be
Wed Oct 21 04:01:40 PDT 2009


On Wed, Oct 21, 2009 at 12:31:05PM +0200, Luc Verhaegen wrote:
> On Tue, Oct 20, 2009 at 02:43:56PM -0700, Jeremy Huddleston wrote:
> > This fixes compilation breakage after  
> > 9190399907610486001f3676945958dbab4b837a in videoproto
> > 
> > Found by tinderbox
> > 
> > Signed-off-by: Jeremy Huddleston <jeremyhu at freedesktop.org>
> > ---
> >  src/XvMCWrapper.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/src/XvMCWrapper.c b/src/XvMCWrapper.c
> > index b9f97b2..8ed8f8f 100644
> > --- a/src/XvMCWrapper.c
> > +++ b/src/XvMCWrapper.c
> > @@ -45,6 +45,7 @@
> >  #endif
> > 
> >  #include <X11/extensions/XvMC.h>
> > +#include <X11/extensions/XvMClib.h>
> >  #include <X11/extensions/vldXvMC.h>
> >  #include <dlfcn.h>
> >  #include <stdio.h>
> > -- 
> > 1.6.5
> > 
> 
> Acked-by: Luc Verhaegen <libv at skynet.be>
> 
> My bad, i should've checked this.
> 
> On the other hand, i had a bit of a chuckle now. I cannot believe that 
> the wrapper for the library didn't even bother to include the header 
> which defines all the functions it is wrapping. :)
> 
> Luc Verhaegen.

Ah, was committed already :)

Luc Verhaegen.


More information about the xorg-devel mailing list