commit | 412eb73e5f1eed67a25be1b53f1a9d7da8351d58 | [log] [tgz] |
---|---|---|
author | Nirbheek Chauhan <nirbheek@centricular.com> | Wed Aug 08 00:31:51 2018 +0530 |
committer | Nirbheek Chauhan <nirbheek@centricular.com> | Mon Sep 10 23:57:24 2018 +0530 |
tree | 675716d4910205f295e558a11c2eea9fa51f8afd | |
parent | ee3b48df64a4d6b3d4742b24e202eb43e95d689d [diff] |
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.