1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-11 09:27:26 +00:00
mpv/audio
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
..
decode vd_lavc, ad_lavc: set pkt_timebase, not time_base 2016-08-29 12:46:12 +02:00
filter af_pan: fix typo 2016-09-19 19:01:52 +02:00
out win32: build with -DINITGUID 2016-09-28 21:38:52 +10:00
audio_buffer.c
audio_buffer.h
audio.c
audio.h
chmap_sel.c audio: use --audio-channels=auto behavior, except on ALSA 2016-08-04 20:49:20 +02:00
chmap_sel.h audio: use --audio-channels=auto behavior, except on ALSA 2016-08-04 20:49:20 +02:00
chmap.c
chmap.h
fmt-conversion.c
fmt-conversion.h
format.c
format.h