summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-12 18:38:02 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-12 18:45:40 +0200
commitfe7fed590aa3aa5f981c6fbae7cd1689da1cad09 (patch)
tree6da8b9f834c8ee270ec070b02479b695c3740cc8 /Makefile
parent86c05655d43083cea79a84764a3c5c114bac4eaa (diff)
downloadmpv-fe7fed590aa3aa5f981c6fbae7cd1689da1cad09.tar.bz2
mpv-fe7fed590aa3aa5f981c6fbae7cd1689da1cad09.tar.xz
macosx: always active bundle path lookup if cocoa is active
This is not really something you want to disable anyway. If there is no bundle the code already does it's falbacks anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f35cf56a85..a689b3130c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,8 @@ SOURCES-$(LIBBS2B) += audio/filter/af_bs2b.c
SOURCES-$(LIBPOSTPROC) += video/filter/vf_pp.c
SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c
-SOURCES-$(MACOSX_BUNDLE) += osdep/macosx_bundle.m
SOURCES-$(COCOA) += video/out/cocoa_common.m \
+ osdep/macosx_bundle.m \
osdep/macosx_application.m \
osdep/macosx_events.m \
osdep/ar/HIDRemote.m