summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-09-12 18:38:02 +0200
committerwm4 <wm4@nowhere>2013-09-13 22:04:47 +0200
commit0f1a871d65f74ab250d3fb07d6d8062a3bfa1e89 (patch)
tree934b13fa5a4057af954063a7915c0e2df1260545 /Makefile
parent2e5610c23a1f43856d9554d7821c2f2ae0fe91f2 (diff)
downloadmpv-0f1a871d65f74ab250d3fb07d6d8062a3bfa1e89.tar.bz2
mpv-0f1a871d65f74ab250d3fb07d6d8062a3bfa1e89.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 50156bd452..26cb5c3f64 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