[MPlayer-cvslog] r22365 - trunk/osdep/Makefile

diego subversion at mplayerhq.hu
Tue Feb 27 18:12:23 CET 2007


Author: diego
Date: Tue Feb 27 18:12:23 2007
New Revision: 22365

Modified:
   trunk/osdep/Makefile

Log:
Move glob-win.c out of MinGW section, configure handles it.


Modified: trunk/osdep/Makefile
==============================================================================
--- trunk/osdep/Makefile	(original)
+++ trunk/osdep/Makefile	Tue Feb 27 18:12:23 2007
@@ -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)



More information about the MPlayer-cvslog mailing list