Mercurial > mplayer.hg
comparison libvo/vo_xv.c @ 6719:5291d74a60c9
xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>
author | alex |
---|---|
date | Fri, 12 Jul 2002 17:09:53 +0000 |
parents | 44bca09c1edd |
children | 65f26506053d |
comparison
equal
deleted
inserted
replaced
6718:872235b50330 | 6719:5291d74a60c9 |
---|---|
73 | 73 |
74 static int current_buf=0; | 74 static int current_buf=0; |
75 static int num_buffers=1; // default | 75 static int num_buffers=1; // default |
76 static XvImage* xvimage[NUM_BUFFERS]; | 76 static XvImage* xvimage[NUM_BUFFERS]; |
77 | 77 |
78 #ifdef HAVE_SHM | |
78 #include <sys/ipc.h> | 79 #include <sys/ipc.h> |
79 #ifdef HAVE_SHM | |
80 #include <sys/shm.h> | 80 #include <sys/shm.h> |
81 #include <X11/extensions/XShm.h> | 81 #include <X11/extensions/XShm.h> |
82 | 82 |
83 /* since it doesn't seem to be defined on some platforms */ | 83 /* since it doesn't seem to be defined on some platforms */ |
84 int XShmGetEventBase(Display*); | 84 int XShmGetEventBase(Display*); |