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 <[email protected]> > --- > 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 <[email protected]> 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. _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
