diff options
| author | 2015-07-05 22:08:10 +0200 | |
|---|---|---|
| committer | 2015-07-05 22:08:10 +0200 | |
| commit | 1b5d213aaa8235d520271fd0f5dd3f6be7434e3c (patch) | |
| tree | b864bfa40784ea3ba561e13b25eeff1a4226f0cc /makefile | |
| parent | e3e03e67d19353500ed4da484f443e71f2a25fc0 (diff) | |
Added ability to use system PortAudio
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,7 @@ # USE_SYSTEM_LIB_LUA = 1 # USE_SYSTEM_LIB_SQLITE3 = 1 # USE_SYSTEM_LIB_PORTMIDI = 1 +# USE_SYSTEM_LIB_PORTAUDIO = 1 # MESA_INSTALL_ROOT = /opt/mesa # SDL_INSTALL_ROOT = /opt/sdl2 @@ -336,6 +337,10 @@ ifndef USE_SYSTEM_LIB_PORTMIDI PARAMS += --with-bundled-portmidi endif +ifndef USE_SYSTEM_LIB_PORTAUDIO +PARAMS += --with-bundled-portaudio +endif + #------------------------------------------------- # distribution may change things #------------------------------------------------- |
