mirror of https://github.com/mpv-player/mpv
xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6720 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c15f24ba60
commit
4d25d1b683
|
@ -75,8 +75,8 @@ static int current_buf=0;
|
|||
static int num_buffers=1; // default
|
||||
static XvImage* xvimage[NUM_BUFFERS];
|
||||
|
||||
#include <sys/ipc.h>
|
||||
#ifdef HAVE_SHM
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <X11/extensions/XShm.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue