diff configure @ 7624:b1a3b979c630

This patch hopefully fixes colorkeying and a segfault in exclusive mode Sascha Sommer <saschasommer@freenet.de>
author arpi
date Sun, 06 Oct 2002 16:56:42 +0000
parents 95c38a7d5240
children 9068ed109341
line wrap: on
line diff
--- a/configure	Sun Oct 06 16:50:35 2002 +0000
+++ b/configure	Sun Oct 06 16:56:42 2002 +0000
@@ -2815,7 +2815,7 @@
 fi
 if test "$_directx" = yes ; then
   _def_directx='#define HAVE_DIRECTX 1'
-  _ld_directx='-mcygwin'
+  _ld_directx='-lgdi32'
   _vosrc="$_vosrc vo_directx.c"
   _vomodules="directx $_vomodules"
 else