obs-filters: Fix building without noise reduction

master
craftwar 2020-08-23 17:05:16 +08:00
parent e36b9c309d
commit f4ee271cd2
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ else()
set(obs-filters_NOISEREDUCTION_LIBRARIES
${LIBSPEEXDSP_LIBRARIES} ${LIBRNNOISE_LIBRARIES})
set(NOISEREDUCTION_ENABLED TRUE)
else()
set(NOISEREDUCTION_ENABLED FALSE)
endif()
endif()