mpv/video/out
Stefano Pigozzi 7e2edad8ef switch the build system to waf
This commit adds a new build system based on waf. configure and Makefile
are deprecated effective immediately and someday in the future they will be
removed (they are still available by running ./old-configure).

You can find how the choice for waf came to be in `DOCS/waf-buildsystem.rst`.
TL;DR: we couldn't get the same level of abstraction and customization with
other build systems we tried (CMake and autotools).

For guidance on how to build the software now, take a look at README.md
and the cross compilation guide.

CREDITS:
This is a squash of ~250 commits. Some of them are not by me, so here is the
deserved attribution:

 - @wm4 contributed some Windows fixes, renamed configure to old-configure
   and contributed to the bootstrap script. Also, GNU/Linux testing.
 - @lachs0r contributed some Windows fixes and the bootstrap script.
 - @Nikoli contributed a lot of testing and discovered many bugs.
 - @CrimsonVoid contributed changes to the bootstrap script.
2013-11-21 21:22:36 +01:00
..
cocoa cocoa: apply the more invasive constraining only with cmd+1/2/3 2013-10-28 09:08:08 +01:00
aspect.c aspect: mp_msg conversion 2013-09-12 01:34:42 +02:00
aspect.h
bitmap_packer.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
bitmap_packer.h
cocoa_common.h cocoa_common: call gl_clear indirectly 2013-09-28 15:08:40 +02:00
cocoa_common.m cocoa: set and clear gl context inside of sync sections 2013-10-20 21:25:55 +02:00
d3d_shader_yuv.h
d3d_shader_yuv.hlsl
dither.c dither: don't use long double 2013-07-05 20:26:32 +02:00
dither.h
filter_kernels.c
filter_kernels.h
gl_cocoa.c gl_common: remove unneeded callback 2013-11-14 19:51:40 +01:00
gl_common.c gl_common: print SW renderer warning only if it was the only reason we rejected it 2013-11-14 19:51:42 +01:00
gl_common.h gl_common: remove unneeded callback 2013-11-14 19:51:40 +01:00
gl_header_fixes.h gl_header_fixes: fix inverted condition 2013-11-05 22:39:19 +01:00
gl_hwdec_vaglx.c vo_opengl: redo aspects of initialization, change hwdec API 2013-11-05 22:05:23 +01:00
gl_hwdec_vdpau.c gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop spec 2013-11-09 23:32:58 +01:00
gl_lcms.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
gl_lcms.h gl_lcms: mp_msg conversion 2013-09-12 01:34:42 +02:00
gl_osd.c vo_opengl: fix alpha values written to the framebuffer 2013-11-10 03:14:38 +01:00
gl_osd.h gl_osd: mp_msg conversion 2013-09-12 01:34:42 +02:00
gl_video.c vo_opengl: redo aspects of initialization, change hwdec API 2013-11-05 22:05:23 +01:00
gl_video.h vo_opengl: add infrastructure for hardware decoding OpenGL interop 2013-11-04 00:11:07 +01:00
gl_video_shaders.glsl vo_opengl: blend alpha components by default 2013-09-19 17:03:03 +02:00
gl_w32.c gl_common: remove unneeded callback 2013-11-14 19:51:40 +01:00
gl_wayland.c wayland/egl: use wayland log 2013-09-12 16:36:52 +02:00
gl_x11.c gl_common: remove unneeded callback 2013-11-14 19:51:40 +01:00
pnm_loader.c
pnm_loader.h
vo.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
vo.h command: add property to scale window size 2013-10-31 23:30:14 +01:00
vo_caca.c video/out: remove useless info struct and redundant fields 2013-10-23 19:30:01 +02:00
vo_corevideo.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
vo_direct3d.c m_config: refactor option defaults handling 2013-10-24 22:50:13 +02:00
vo_image.c video/out: remove useless info struct and redundant fields 2013-10-23 19:30:01 +02:00
vo_lavc.c vo_lavc: fix -ovoffset. 2013-11-11 13:02:34 +01:00
vo_null.c video/out: remove useless info struct and redundant fields 2013-10-23 19:30:01 +02:00
vo_opengl.c vo_opengl: add infrastructure for hardware decoding OpenGL interop 2013-11-04 00:11:07 +01:00
vo_opengl_old.c video/out: remove useless info struct and redundant fields 2013-10-23 19:30:01 +02:00
vo_sdl.c video/out: remove useless info struct and redundant fields 2013-10-23 19:30:01 +02:00
vo_vaapi.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
vo_vdpau.c vo_vdpau: don't calculate destination alpha when drawing OSD 2013-11-18 14:21:01 +01:00
vo_wayland.c Adjust wayland defines 2013-11-04 21:28:34 +01:00
vo_x11.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
vo_xv.c vo_xv: fix compilation of SHM not available 2013-11-05 22:05:22 +01:00
w32_common.c w32: implement functionality required for window-scale 2013-11-02 17:54:46 +01:00
w32_common.h input: deal with spurious X11 LeaveNotify events 2013-09-01 20:17:51 +02:00
wayland_common.c wayland: create xkbcommon keymap from string 2013-11-13 00:18:20 +01:00
wayland_common.h wayland: better name for mouse coordinates 2013-10-25 10:30:12 +02:00
x11_common.c switch the build system to waf 2013-11-21 21:22:36 +01:00
x11_common.h x11: fix border toggling 2013-10-27 23:22:46 +01:00
x11_icon.bin x11: add window icon 2013-09-01 23:27:33 +02:00