I have an epia system with xvmc-vld running. Since last configure change in cvs there is a compile error in videoout_xv.cpp. This let me compile libmythtv...

Kristian.
Index: videoout_xv.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/videoout_xv.cpp,v
retrieving revision 1.142
diff -u -r1.142 videoout_xv.cpp
--- videoout_xv.cpp     14 May 2005 19:18:36 -0000      1.142
+++ videoout_xv.cpp     17 May 2005 08:03:10 -0000
@@ -50,9 +50,9 @@
 #   define XVMC_MAX_SURF_NUM 16
     static inline xvmc_render_state_t *GetRender(VideoFrame *frame);
 
-#   if defined(USING_XVMCW)
+#   if defined(USING_XVMCW) || defined(USING_XVMC_VLD)
         extern "C" Status XvMCPutSlice2(Display*,XvMCContext*,char*,int,int);
-#   elif !defined(USING_XVMC_VLD) && !defined(USING_XVMCW)
+#   else
         Status XvMCPutSlice2(Display*, XvMCContext*, char*, int, int)
             { return XvMCBadSurface; }
 #   endif
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to