obs-filters: Fix building without noise reduction
parent
e36b9c309d
commit
f4ee271cd2
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue