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

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
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to