diff options
author | Matthew Gregan <[email protected]> | 2012-12-01 12:18:30 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2012-12-01 12:18:30 +1300 |
commit | d2c45250a59c20a16427be0f1eb592b5176f43df (patch) | |
tree | ceed26993fc5eed2d40fd4c79df6fa0089cb4038 /configure.ac | |
parent | 98769a7861b067125a76c97ddb51c5db8f528b75 (diff) | |
download | cubeb-d2c45250a59c20a16427be0f1eb592b5176f43df.tar.gz cubeb-d2c45250a59c20a16427be0f1eb592b5176f43df.zip |
changes to support building with MinGW. fixes #10.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d86a29e..530bb6b 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,7 @@ elif test "x$ac_cv_header_windows_h" = "xyes"; then # platform_api="dsound" # else platform_api="wave" + platform_lib="-lwinmm" # fi fi AM_CONDITIONAL([PULSE], [test ${platform_api} = "pulse"]) |