| Summary: | [PATCH] perform header checks before enabling wasapi | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Attachments: | wasapi header check patch | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/a9f4f63b5add |
Created attachment 2868 [details] wasapi header check patch The current configury unconditionally enables wasapi, if 'directx' is enabled. However not all SDKs may have the required mmdeviceapi.h and audioclient.h headers. The attached small patch changes the configury to do that.