diff options
author | Chris Robinson <[email protected]> | 2018-03-09 18:56:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-03-09 18:56:24 -0800 |
commit | a6ddeaf5f190a3640f816a4767ffa8b10fbd1b5d (patch) | |
tree | 2bb9afdfdf76e7efd03cc883bcc1fa1e6caf71c7 /config.h.in | |
parent | 30821e978b69fa017cbcd76e5ff25c62f16b1d2a (diff) |
Rename the mmdevapi backend to wasapi
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 345e8408..5768e345 100644 --- a/config.h.in +++ b/config.h.in @@ -50,8 +50,8 @@ /* Define if we have the QSA backend */ #cmakedefine HAVE_QSA -/* Define if we have the MMDevApi backend */ -#cmakedefine HAVE_MMDEVAPI +/* Define if we have the WASAPI backend */ +#cmakedefine HAVE_WASAPI /* Define if we have the DSound backend */ #cmakedefine HAVE_DSOUND |