1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 01:52:19 +00:00
mpv/waftools/fragments
James Ross-Gowan 3751065f97 win32: build with -DINITGUID
We always want to use __declspec(selectany) to declare GUIDs, but
manually including <initguid.h> in every file that used GUIDs was
error-prone. Since all <initguid.h> does is define INITGUID and include
<guiddef.h>, we can remove all references to <initguid.h> and just
compile with -DINITGUID to get the same effect.

Also, this partially reverts 622bcb0 by re-adding libuuid.a to the
build, since apparently some GUIDs (such as GUID_NULL) are not declared
in the source file, even when INITGUID is set.
2016-09-28 21:38:52 +10:00
..
cocoa.m build: move QuartzCore linking to the cocoa check 2015-02-25 22:13:07 +01:00
coreaudio.c
dvb.c build: make DVB test stricter 2016-04-02 20:51:39 +02:00
gl_x11.c vo_opengl: cleanups after vo_opengl_old removal 2015-01-21 20:32:42 +01:00
iconv.c
oss_audio_sunaudio.c
oss_audio.c
pthreads.c
pvr.c
sse.c video: refactor GPU memcpy usage 2015-09-25 19:18:16 +02:00
wasapi.c win32: build with -DINITGUID 2016-09-28 21:38:52 +10:00