Merge pull request #3315 from craftwar/fix-filter

obs-filters: Fix building without noise reduction
master
Jim 2020-08-23 04:03:56 -07:00 committed by GitHub
commit a54ba69dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()