Commit Graph

3 Commits

Author SHA1 Message Date
Timothy Gu cc95075c12 Rename portaudio-1-fixes.patch to portaudio-1-fixes-crlf.patch
Makes sure Git doesn't mess up the line endings
2015-07-06 08:23:22 +08:00
Matthias Geier d03d9f0fe3 Change line endings in PortAudio/WASAPI patch
Without the change, I get this error:

    (cd '.../tmp-portaudio-x86_64-w64-mingw32.static/portaudio' && patch -p1 -u) < ./src/portaudio-1-fixes.patch
    patching file configure.in
    patching file src/hostapi/dsound/pa_win_ds.c
    patching file src/hostapi/wdmks/pa_win_wdmks.c
    patching file configure.in
    patching file src/hostapi/wasapi/pa_win_wasapi.c
    Hunk #1 FAILED at 49 (different line endings).
    1 out of 1 hunk FAILED -- saving rejects to file src/hostapi/wasapi/pa_win_wasapi.c.rej
2015-07-01 11:48:08 +02:00
Timothy Gu eb65c9cdb6 Add wasapi support for portaudio
Fixes #715.
2015-06-30 18:31:41 -07:00