summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-10 16:43:40 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-10 16:43:40 +0000
commit2cc1ec3ea499f8d959c1cbafcdb66b7915e91029 (patch)
treeef71647433844f756743b4270fa8d355ac11ebdf /osdep/Makefile
parent20460bc1b9c1aa1719ea53c1b2e79c0c205d1c74 (diff)
downloadmpv-2cc1ec3ea499f8d959c1cbafcdb66b7915e91029.tar.bz2
mpv-2cc1ec3ea499f8d959c1cbafcdb66b7915e91029.tar.xz
add support for macosx finder argument support (let you bundle mplayer to be a finder compliant .app) patch by Chris Roccati <roccati@pobox.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13910 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 58370bc628..5685f774dd 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -15,6 +15,9 @@ endif
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