[mythtv] RE: [mythtv-commits] mythtv commit: r7000 by danielk

Stuart Auchterlonie stuarta at squashedfrog.net
Mon Aug 8 13:51:30 EDT 2005


On Mon, Aug 08, 2005 at 01:40:45PM -0400, Anduin Withers wrote:
> Build is broken when building without XVMC.
> 
> videoout_xv.cpp:40: error: 'void clear_xv_buffers(VideoBuffers&, int, int,
> int)' used but never defined
> 

Fairly simple fix.

Stuart

-------------- next part --------------
Index: libs/libmythtv/videoout_xv.cpp
===================================================================
--- libs/libmythtv/videoout_xv.cpp	(revision 85)
+++ libs/libmythtv/videoout_xv.cpp	(working copy)
@@ -2984,6 +2984,7 @@
         return (xvmc_render_state_t*) frame->buf;
     return NULL;
 }
+#endif // USING_XVMC
 
 static void clear_xv_buffers(VideoBuffers &vbuffers,
                              int width, int height,
@@ -3001,5 +3002,3 @@
         }
     }
 }
-
-#endif // USING_XVMC


More information about the mythtv-dev mailing list