0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
diego 2007-02-27 17:12:23 +00:00
parent 6f1e593089
commit a5673ab19c

View File

@ -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)