summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-05-28 21:39:56 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-05-30 23:01:12 +0200
commit3396e0565b39c5168777b78cc26ed3b985a81071 (patch)
tree2fe24dee44b92e0011ffd1a42e0dfd199160f1a6 /Makefile
parent14ff6bbf7c69f1ba4c657754ce53a681c90d13c5 (diff)
downloadmpv-3396e0565b39c5168777b78cc26ed3b985a81071.tar.bz2
mpv-3396e0565b39c5168777b78cc26ed3b985a81071.tar.xz
macosx_application: move escape_loadfile_name in this file
This allows to move back osx_common to raw C.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1662f6f1e1..1c6da641f1 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ SOURCES-$(LIBPOSTPROC) += video/filter/vf_pp.c
SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c
SOURCES-$(MACOSX_BUNDLE) += osdep/macosx_bundle.m
-SOURCES-$(COCOA) += video/out/osx_common.m \
+SOURCES-$(COCOA) += video/out/osx_common.c \
video/out/cocoa_common.m \
osdep/macosx_application.m
SOURCES-$(MNG) += demux/demux_mng.c