Thred priorities on no-PREEMPT_RT (Ubunutu)
This commit is contained in:
+10
-7
@@ -87,13 +87,14 @@ set (LV2DEV_INCLUDE_DIRS ) # use lvt headers fro /usr/include
|
||||
|
||||
set (WEBSOCKETPP_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/modules/websocketpp)
|
||||
message(STATUS "WEBSOCKETPP_INCLUDE_DIRS ${WEBSOCKETPP_INCLUDE_DIRS}" )
|
||||
pkg_check_modules(JACK "jack")
|
||||
if(!JACK_FOUND)
|
||||
message(ERROR "jack package not installed.")
|
||||
else()
|
||||
message(STATUS "JACK_LIBRARIES: ${JACK_LIBRARIES}")
|
||||
message(STATUS "JACK_INCLUDE_DIRS: ${JACK_INCLUDE_DIRS}")
|
||||
endif()
|
||||
|
||||
# pkg_check_modules(JACK "jack")
|
||||
# if(!JACK_FOUND)
|
||||
# message(ERROR "jack package not installed.")
|
||||
# else()
|
||||
# message(STATUS "JACK_LIBRARIES: ${JACK_LIBRARIES}")
|
||||
# message(STATUS "JACK_INCLUDE_DIRS: ${JACK_INCLUDE_DIRS}")
|
||||
# endif()
|
||||
|
||||
|
||||
# specify the C++ standard
|
||||
@@ -157,6 +158,7 @@ else()
|
||||
endif()
|
||||
|
||||
set (PIPEDAL_SOURCES
|
||||
SchedulerPriority.hpp SchedulerPriority.cpp
|
||||
ModFileTypes.cpp ModFileTypes.hpp
|
||||
PatchPropertyWriter.hpp
|
||||
PresetBundle.cpp PresetBundle.hpp
|
||||
@@ -659,6 +661,7 @@ add_executable(pipedal_latency_test
|
||||
PiPedalAlsa.hpp PiPedalAlsa.cpp
|
||||
asan_options.cpp
|
||||
AlsaDriver.cpp AlsaDriver.hpp
|
||||
SchedulerPriority.cpp SchedulerPriority.hpp
|
||||
DummyAudioDriver.cpp DummyAudioDriver.hpp
|
||||
JackConfiguration.hpp JackConfiguration.cpp
|
||||
JackServerSettings.hpp JackServerSettings.cpp
|
||||
|
||||
Reference in New Issue
Block a user