Skip to content

Commit

Permalink
obs-filters: Fix legacy CMake obs_status for RNNoise
Browse files Browse the repository at this point in the history
Setting ENABLE_RNNOISE to OFF would result in SpeexDSP being logged as
disabled. Correct the CMake logging.
  • Loading branch information
RytoEX committed Jul 11, 2023
1 parent 8789c43 commit c21b021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/obs-filters/cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else()
endif()

if(NOT ENABLE_RNNOISE)
obs_status(DISABLED "SpeexDSP")
obs_status(DISABLED "RNNoise")
else()
find_package(Librnnoise QUIET)

Expand Down

0 comments on commit c21b021

Please sign in to comment.