mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
obs-filters: Fix legacy CMake obs_status for RNNoise
Setting ENABLE_RNNOISE to OFF would result in SpeexDSP being logged as disabled. Correct the CMake logging.
This commit is contained in:
@@ -30,7 +30,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(NOT ENABLE_RNNOISE)
|
||||
obs_status(DISABLED "SpeexDSP")
|
||||
obs_status(DISABLED "RNNoise")
|
||||
else()
|
||||
find_package(Librnnoise QUIET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user