gstreamer/sys/wasapi
Nirbheek Chauhan 10fcddedc2 wasapi: Fix build with Windows 8.1 SDK
With the Windows 8.1 SDK, the v1 of the AUDCLNT_STREAMOPTIONS enum is
defined which only has NONE and RAW, so it's not only defined when
AudioClient3 is available.

Add a meson check for the symbol. This is not needed for Autotools
because there we build against the MinGW audioclient.h which is still
at v1 of the AudioClient interface.
2018-08-08 01:03:53 +05:30
..
gstaudioclient3.h wasapi: Fix build with Windows 8.1 SDK 2018-08-08 01:03:53 +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 wasapisink: recover from low buffer levels in shared mode 2018-05-25 19:06:37 +05:30
gstwasapisink.h wasapi: Call _Start if the client was _Reset 2018-04-10 05:16:54 +05:30
gstwasapisrc.c wasapisrc: Correctly disable provide-clock 2018-08-02 18:27:46 +05:30
gstwasapisrc.h wasapi: Call _Start if the client was _Reset 2018-04-10 05:16:54 +05:30
gstwasapiutil.c wasapisink: fix regression in shared mode segment size 2018-08-02 17:00:03 +05:30
gstwasapiutil.h wasapi: use FAILED to detect errors 2018-05-23 13:24:00 +05:30
Makefile.am wasapi: ship audioclient3 header in tarballs 2018-03-09 11:42:13 +00:00
meson.build wasapi: Fix build with Windows 8.1 SDK 2018-08-08 01:03:53 +05:30