summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 17:54:31 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 17:54:31 +0000
commit0f3bc505c3cd6337ed0032a318867524dbc132bd (patch)
tree30b95392b861999a933882471c305013ef93dab9 /osdep
parentce231a35b2022aa6f19fc1bed1d3d2b60ddae282 (diff)
downloadmpv-0f3bc505c3cd6337ed0032a318867524dbc132bd.tar.bz2
mpv-0f3bc505c3cd6337ed0032a318867524dbc132bd.tar.xz
mingw crosscompiling step 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 9c39fddd3a..4052aa4cd7 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -17,10 +17,10 @@ timer = timer-lx.c
ifeq ($(TARGET_OS),Darwin)
timer = timer-darwin.c
endif
-ifeq ($(TARGET_CYGWIN),yes)
+ifeq ($(TARGET_OS),CYGWIN)
timer = timer-win2.c
endif
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_OS),MINGW32)
timer = timer-win2.c
getch = getch2-win.c
SRCS += glob-win.c