On Thu, Jan 20, 2011 at 17:56:43 (CET), Daniel Schepler wrote: > Source: xine-lib > Version: 1.1.19-2 > Severity: serious > > From my pbuilder build log: > > ... > video_out_xxmc.c: In function 'xxmc_xvmc_destroy_surfaces': > video_out_xxmc.c:181: error: implicit declaration of function > 'XvMCFlushSurface' > video_out_xxmc.c:181: warning: nested extern declaration of 'XvMCFlushSurface' > video_out_xxmc.c:182: error: implicit declaration of function > 'XvMCSyncSurface' > video_out_xxmc.c:182: warning: nested extern declaration of 'XvMCSyncSurface' > ... > make[4]: *** [xineplug_vo_out_xxmc_la-video_out_xxmc.lo] Error 1
The following patch fixes this. Julien, should this be fixed in xine-lib or rather in x11proto-video-dev? >> cat debian/patches/fix-bug610635.diff From: Reinhard Tartler <siret...@tauware.de> Subject: Fix FTBFS Bug-Debian: http://bugs.debian.org/610635 it seems that the current version of vldXvMC.h from x11proto-video-dev does no longer include the required XvMClib.h header. Index: natty/src/video_out/xxmc.h =================================================================== --- natty.orig/src/video_out/xxmc.h 2011-01-23 17:55:01.333928003 +0100 +++ natty/src/video_out/xxmc.h 2011-01-23 17:54:48.509926463 +0100 @@ -79,6 +79,7 @@ #include <X11/extensions/Xvlib.h> #ifdef HAVE_VLDXVMC #include <X11/extensions/vldXvMC.h> + #include <X11/extensions/XvMClib.h> #else #include <X11/extensions/XvMClib.h> #include <X11/extensions/XvMC.h> -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org