Skip to content
  • Nirbheek Chauhan's avatar
    wasapi: Fix build with Windows 8.1 SDK · 412eb73e
    Nirbheek Chauhan authored
    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.
    412eb73e