summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author inte alls <inte@localhost.localdomain>2017-01-11 20:24:00 +0100
committer inte alls <inte@localhost.localdomain>2017-01-11 20:24:00 +0100
commitcd03a642849d567e2f42355bf18ca99cb600b246 (patch)
tree1a64cd6c370ad980d6d03499baf45dc208fa2473 /makefile
parent37e8b161d80efea67d5bfc71d58d050628ba7820 (diff)
Initial PortAudio backend with build script changes to support library version 20161030
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 1c3c47b793b..8df072c7b42 100644
--- a/makefile
+++ b/makefile
@@ -31,6 +31,7 @@
# SDL_INI_PATH = .;$HOME/.mame/;ini;
# SDL2_MULTIAPI = 1
# NO_USE_MIDI = 1
+# NO_USE_PORTAUDIO = 1
# DONT_USE_NETWORK = 1
# USE_QTDEBUG = 1
# NO_X11 = 1
@@ -644,6 +645,10 @@ ifdef NO_USE_MIDI
PARAMS += --NO_USE_MIDI='$(NO_USE_MIDI)'
endif
+ifdef NO_USE_PORTAUDIO
+PARAMS += --NO_USE_PORTAUDIO='$(NO_USE_PORTAUDIO)'
+endif
+
ifdef USE_QTDEBUG
PARAMS += --USE_QTDEBUG='$(USE_QTDEBUG)'
endif