summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 11:19:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 11:19:49 +0000
commit016e2e1cce659b1df5733c7dd66ed3277d1f5709 (patch)
treed2d95f069f54ae76e9cfbde66a756e724541dd47 /osdep
parent65c30943489d0713785a23d60daf374da2051924 (diff)
downloadmpv-016e2e1cce659b1df5733c7dd66ed3277d1f5709.tar.bz2
mpv-016e2e1cce659b1df5733c7dd66ed3277d1f5709.tar.xz
Simplify, TARGET_WIN32 is both Cygwin and MinGW.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index ee8040fdb4..8153fa843d 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -21,15 +21,12 @@ SRCS += macosx_finder_args.c
endif
ifeq ($(TARGET_WIN32),yes)
SRCS += mplayer-rc.c
+timer = timer-win2.c
endif
ifeq ($(TARGET_OS),Darwin)
timer = timer-darwin.c
endif
-ifeq ($(TARGET_OS),CYGWIN)
-timer = timer-win2.c
-endif
ifeq ($(TARGET_OS),MINGW32)
-timer = timer-win2.c
getch = getch2-win.c
SRCS += glob-win.c
endif