1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 05:37:04 +00:00
mpv/osdep/main-fn.h
wm4 26e779c9aa build: move main-fn files to osdep
And split the Cocoa and Unix cases. Simplify the Cocoa case slightly by
calling mpv_main directly, instead of passing a function pointer. Also
add a comment explaining why Cocoa needs a special case at all.

(cherry picked from commit 1e7831070f)
2015-05-07 10:45:33 +09:00

2 lines
38 B
C

int mpv_main(int argc, char *argv[]);