Cygwin linking fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20547 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-30 23:47:42 +00:00
parent 6152f60163
commit 7f3cf0eb14
1 changed files with 1 additions and 1 deletions

View File

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