Update of /cvsroot/xine/xine-lib/src/video_out
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1124

Modified Files:
        video_out_xcbxv.c 
Log Message:
Fix building with LOG enabled by changing an the Xlib constant XvPacked into 
the proper XCB enum.


Index: video_out_xcbxv.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/video_out/video_out_xcbxv.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- video_out_xcbxv.c   15 Feb 2007 18:26:55 -0000      1.2
+++ video_out_xcbxv.c   19 Feb 2007 22:22:32 -0000      1.3
@@ -1494,7 +1494,8 @@
   for (; format_it.rem; xcb_xv_image_format_info_next(&format_it)) {
     lprintf ("Xv image format: 0x%x (%4.4s) %s\n",
             format_it.data->id, (char*)&format_it.data->id,
-            (format_it.data->format == XvPacked) ? "packed" : "planar");
+            (format_it.data->format == XCB_XV_IMAGE_FORMAT_INFO_FORMAT_PACKED)
+              ? "packed" : "planar");
 
     if (format_it.data->id == XINE_IMGFMT_YV12)  {
       this->xv_format_yv12 = format_it.data->id;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to