Mercurial > mplayer.hg
diff osdep/Makefile @ 21309:ef59ac68c9b6
FFmpeg-style dependency declaration
author | diego |
---|---|
date | Mon, 27 Nov 2006 13:42:36 +0000 |
parents | 5d45c1b7d732 |
children | 6e03eb6af0b7 |
line wrap: on
line diff
--- a/osdep/Makefile Mon Nov 27 13:38:13 2006 +0000 +++ b/osdep/Makefile Mon Nov 27 13:42:36 2006 +0000 @@ -14,13 +14,12 @@ setenv.c \ mmap_anon.c \ +SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c +SRCS-$(TARGET_WIN32) += mplayer-rc.c + getch = getch2.c timer = timer-lx.c -ifeq ($(MACOSX_FINDER_SUPPORT),yes) -SRCS += macosx_finder_args.c -endif ifeq ($(TARGET_WIN32),yes) -SRCS += mplayer-rc.c timer = timer-win2.c endif ifeq ($(TARGET_OS),Darwin)