1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-03 05:31:34 +00:00

WIN32 was already being set from config.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20729 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-05 20:35:16 +00:00
parent 4587221d67
commit f65edce1aa

View File

@ -26,7 +26,7 @@ CFLAGS= -I.. $(OPTFLAGS) -D__USE_UNIX98 -D_GNU_SOURCE \
-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)