0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/player
James Ross-Gowan 5e698a7b39 player/main: Fix Cygwin build
Xlib.h (included from x11_common.h) defines a macro 'Status' as 'int'.
This messed up a bunch of definitions in windows.h and broke the build
in Cygwin. Including windows.h first seems to solve the problem.

This commit also removes the definition of an unused flag.
2014-03-13 14:36:20 +01:00
..
lua lua: fix add_key_binding() 2014-03-01 00:42:53 +01:00
timeline edl: extend with chapter timestamps 2014-02-19 00:06:00 +01:00
audio.c af: add metadata field to af_stream and af_instance 2014-03-13 14:36:20 +01:00
client.c client API: fix timeout handling 2014-03-01 00:38:17 +01:00
client.h Add a client API 2014-02-10 21:01:35 +01:00
command.c command: fix wrong condition & remove redundant stream type checking 2014-03-13 14:36:20 +01:00
command.h options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
configfiles.c config: don't load global config files with --config-dir 2014-02-28 21:32:04 +01:00
core.h audio: remove handling of partially written data 2014-03-09 01:27:42 +01:00
dvdnav.c input, dvdnav: fix osc stealing input from dvdnav 2014-02-19 15:40:04 +01:00
loadfile.c audio: remove handling of partially written data 2014-03-09 01:27:42 +01:00
lua.c lua: add license header 2014-03-07 12:47:07 +01:00
lua.h lua: port to client API 2014-02-10 21:03:59 +01:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
main.c player/main: Fix Cygwin build 2014-03-13 14:36:20 +01:00
misc.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
osd.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
playloop.c Revert "player: simplify audio reset when seeking" 2014-03-10 23:47:31 +01:00
screenshot.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
sub.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
video.c audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00