summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:12:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-27 17:12:23 +0000
commita5673ab19c814d641a5a97f63e2143283f95e2fb (patch)
tree218ed67a076b0c8e1888a620b3e5933da20c820f /osdep
parent6f1e5930897f0486f2f0635bc1f510410db527ba (diff)
downloadmpv-a5673ab19c814d641a5a97f63e2143283f95e2fb.tar.bz2
mpv-a5673ab19c814d641a5a97f63e2143283f95e2fb.tar.xz
Move glob-win.c out of MinGW section, configure handles it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22365 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 5010091e29..fac04133d1 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -12,6 +12,7 @@ endif
SRCS-$(NEED_FSEEKO) += fseeko.c
SRCS-$(NEED_FTELLO) += ftello.c
SRCS-$(NEED_GETTIMEOFDAY) += gettimeofday.c
+SRCS-$(NEED_GLOB) += glob-win.c
SRCS-$(NEED_SCANDIR) += scandir.c
SRCS-$(NEED_SETENV) += setenv.c
SRCS-$(NEED_STRLCAT) += strlcat.c
@@ -30,7 +31,6 @@ timer = timer-darwin.c
endif
ifeq ($(TARGET_OS),MINGW32)
getch = getch2-win.c
-SRCS-$(NEED_GLOB) += glob-win.c
endif
SRCS += $(timer)
SRCS += $(getch)