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:
alex 2002-07-12 17:09:53 +00:00
parent c15f24ba60
commit 4d25d1b683
1 changed files with 1 additions and 1 deletions

View File

@ -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>