obs-filters: Fix building without noise reduction

This commit is contained in:
craftwar
2020-08-23 17:05:16 +08:00
parent e36b9c309d
commit f4ee271cd2

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()