gstreamer/sys/wasapi
Tim-Philipp Müller ec5c3cb714 wasapi: fix unresolved symbol linker error with vs2017 on win10
ERROR: unresolved external symbol PKEY_AudioEngine_DeviceFormat

Apparently the order of the header includes matters, and initguid.h
must be included first. Let's hope this doesn't break anything on
the other toolchains.

https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/ceff4e2d-8f63-4ab6-b09b-fdac65d62a80/pkeyaudioenginedeviceformat-link-error?forum=windowspro-audiodevelopment
2018-03-17 23:48:13 +00:00
..
gstaudioclient3.h wasapi: Guard IAudioClient2 structs and enums 2018-03-10 18:54:59 +05:30
gstwasapi.c wasapi: Increase rank to prefer over directsoundsrc 2018-03-01 15:33:18 +05:30
gstwasapidevice.c wasapi: Fix indentation issues missed by the commit hook 2018-02-08 11:46:01 +05:30
gstwasapidevice.h wasapi: Fix indentation issues missed by the commit hook 2018-02-08 11:46:01 +05:30
gstwasapisink.c wasapi: Clarify usage of low-latency property, add myself as author 2018-02-26 16:23:11 +05:30
gstwasapisink.h wasapi: Add a property for trying the AudioClient3 API 2018-02-26 16:23:11 +05:30
gstwasapisrc.c wasapi: Clarify usage of low-latency property, add myself as author 2018-02-26 16:23:11 +05:30
gstwasapisrc.h wasapi: Add a property for trying the AudioClient3 API 2018-02-26 16:23:11 +05:30
gstwasapiutil.c wasapi: fix unresolved symbol linker error with vs2017 on win10 2018-03-17 23:48:13 +00:00
gstwasapiutil.h wasapi: fix unresolved symbol linker error with vs2017 on win10 2018-03-17 23:48:13 +00:00
Makefile.am wasapi: ship audioclient3 header in tarballs 2018-03-09 11:42:13 +00:00
meson.build meson: Fix wasapi build on Windows 2018-02-08 14:41:33 +05:30