[MPlayer-cvslog] r20729 - trunk/libdvdcss/Makefile

diego subversion at mplayerhq.hu
Sun Nov 5 21:35:16 CET 2006


Author: diego
Date: Sun Nov  5 21:35:16 2006
New Revision: 20729

Modified:
   trunk/libdvdcss/Makefile

Log:
WIN32 was already being set from config.h.


Modified: trunk/libdvdcss/Makefile
==============================================================================
--- trunk/libdvdcss/Makefile	(original)
+++ trunk/libdvdcss/Makefile	Sun Nov  5 21:35:16 2006
@@ -26,7 +26,7 @@
 	-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"
 
 ifeq ($(TARGET_OS),CYGWIN)
-CFLAGS+=-DSYS_CYGWIN -DWIN32
+CFLAGS+=-DSYS_CYGWIN
 endif
 
 ifeq ($(TARGET_OS),Darwin)



More information about the MPlayer-cvslog mailing list