diff osdep/Makefile @ 13909:07dadc3066f3

add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com>
author nplourde
date Wed, 10 Nov 2004 16:43:40 +0000
parents c0bde085511c
children 578e8b4c3e7f
line wrap: on
line diff
--- a/osdep/Makefile	Wed Nov 10 01:45:52 2004 +0000
+++ b/osdep/Makefile	Wed Nov 10 16:43:40 2004 +0000
@@ -15,6 +15,9 @@
 
 getch = getch2.c
 timer = timer-lx.c
+ifeq ($(MACOSX_FINDER_SUPPORT),yes)
+SRCS += macosx_finder_args.c
+endif
 ifeq ($(TARGET_OS),Darwin)
 timer = timer-darwin.c
 endif