mpv/player
wm4 19a5b20752 cocoa: always compile OSX application code with cocoa
This unbreaks compiling command line player and libmpv at the same
time. The problem was that doing so silently disabled the OSX
application thing - but the command line player can not use the
vo_opengl Cocoa backend without it.

The OSX application code is basically dead in libmpv, but it's not
that much code anyway.

If you want a mpv binary that does not create an OSX application
singleton (and creates a menu etc.), you must disable cocoa
completely, as cocoa can't be used anyway in this case.
2015-05-02 18:09:56 +02:00
..
lua osc: redo slider position translation 2015-04-28 21:33:03 +02:00
audio.c Update license headers 2015-04-13 12:10:01 +02:00
client.c client API: add glue for making full use of mpv_command_node() 2015-04-20 23:00:12 +02:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c command: let sub_reload remove the old track first 2015-04-28 22:06:22 +02:00
command.h client API: add glue for making full use of mpv_command_node() 2015-04-20 23:00:12 +02:00
configfiles.c player: do not load encoding config files in non-encoding mode 2015-04-21 21:53:24 +02:00
core.h player: log track list when adding or removing external files 2015-04-28 22:04:37 +02:00
discnav.c command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
loadfile.c player: log track list when adding or removing external files 2015-04-28 22:04:37 +02:00
lua.c lua: add utils.format_json() function 2015-04-22 20:55:05 +02:00
main-fn-unix.c cocoa: always compile OSX application code with cocoa 2015-05-02 18:09:56 +02:00
main-fn-win.c main-fn-win: fix handle validity check for XP 2015-04-11 14:35:50 +10:00
main.c screenshots: change default directory in pseudo-gui mode to desktop 2015-05-01 21:51:10 +02:00
misc.c Update license headers 2015-04-13 12:10:01 +02:00
osd.c Update license headers 2015-04-13 12:10:01 +02:00
playloop.c player: handle hotplug events in idle mode too 2015-05-02 18:09:30 +02:00
screenshot.c screenshots: create screenshot dir 2015-05-02 16:38:38 +02:00
screenshot.h client API: add a screenshot_raw command 2015-04-20 23:11:03 +02:00
scripting.c player: properly destroy client context if thread can't be created 2015-04-30 21:57:08 +02:00
sub.c Update license headers 2015-04-13 12:10:01 +02:00
video.c player: flush decoder even if cover art is decoded 2015-04-24 23:27:12 +02:00