Mercurial > mplayer.hg
changeset 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 | 872235b50330 |
children | 180e27f21ff2 |
files | libvo/vo_xv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xv.c Fri Jul 12 13:50:35 2002 +0000 +++ b/libvo/vo_xv.c Fri Jul 12 17:09:53 2002 +0000 @@ -75,8 +75,8 @@ static int num_buffers=1; // default static XvImage* xvimage[NUM_BUFFERS]; +#ifdef HAVE_SHM #include <sys/ipc.h> -#ifdef HAVE_SHM #include <sys/shm.h> #include <X11/extensions/XShm.h>