Enable WDM/KS support for PortAudio

See #716.
This commit is contained in:
Matthias Geier 2015-06-30 18:15:49 +02:00
parent b22527391f
commit 6456816675
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
This file is part of MXE.
See index.html for further information.
http://music.columbia.edu/pipermail/portaudio/2015-June/016833.html
--- portaudio/src/hostapi/wdmks/pa_win_wdmks.c 2012-12-28 17:54:25.000000000 +0100
+++ portaudio-patched/src/hostapi/wdmks/pa_win_wdmks.c 2015-06-17 14:29:23.695735572 +0200
@@ -87,7 +87,6 @@
#include "pa_win_wdmks.h"
#include <windows.h>
-#include <winioctl.h>
#include <process.h>
#include <math.h>

View File

@ -25,7 +25,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-host_os=mingw \
--with-winapi=wmme,directx \
--with-winapi=wmme,directx,wdmks \
--with-dxdir=$(PREFIX)/$(TARGET) \
ac_cv_path_AR=$(TARGET)-ar \
$(if $(BUILD_SHARED),\