diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-07 17:30:06 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-07 17:30:06 +0200 |
commit | cf5527080465cf58997e8814cf940f32af2058f5 (patch) | |
tree | 49acf7beac26304add2517db562c8fc963fe83a5 /CMakeLists.txt | |
parent | ae4561b19c5af6a4eccf59f60adf291c71a05682 (diff) | |
download | synthpod-cf5527080465cf58997e8814cf940f32af2058f5.tar.xz |
fix bug in sp_app_state_restore.
* set system.{source,sink} to NULL if host should call port_connect
(e.g. Ardour does) while loading a preset.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d1198060..1ad8cc08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ set(CMAKE_C_FLAGS "-std=gnu11 ${CMAKE_C_FLAGS}") # options option(BUILD_UI "Build user interface libraries" OFF) option(BUILD_JACK "Build JACK standalone host" OFF) -option(BUILD_PORTAUDIO "Build PortAudio standalone host" OFF) +option(BUILD_PORTAUDIO "Build PortAudio standalone host (experimental)" OFF) # eina pkg_search_module(EINA REQUIRED eina>=1.8) |