[MPlayer-cvslog] r20547 - trunk/libmpdvdkit2/Makefile

diego subversion at mplayerhq.hu
Tue Oct 31 00:47:42 CET 2006


Author: diego
Date: Tue Oct 31 00:47:42 2006
New Revision: 20547

Modified:
   trunk/libmpdvdkit2/Makefile

Log:
Cygwin linking fix.


Modified: trunk/libmpdvdkit2/Makefile
==============================================================================
--- trunk/libmpdvdkit2/Makefile	(original)
+++ trunk/libmpdvdkit2/Makefile	Tue Oct 31 00:47:42 2006
@@ -40,7 +40,7 @@
 	-DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
 
 ifeq ($(TARGET_OS),CYGWIN)
-CFLAGS+=-DSYS_CYGWIN
+CFLAGS+=-DSYS_CYGWIN -DWIN32
 endif
 
 ifeq ($(TARGET_OS),Darwin)



More information about the MPlayer-cvslog mailing list