0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

nv-filters: Remove unused flag in cmake

This removes the HAS_NOISEREDUCTION flag which is not used in this
plugin.

Signed-off-by: pkv <pkv@obsproject.com>
This commit is contained in:
pkv 2024-09-03 23:12:39 +02:00 committed by Ryan Foster
parent 7fdcb166b4
commit de2e42b231

View File

@ -7,7 +7,7 @@ if(OS_WINDOWS)
option(ENABLE_NVVFX "Enable building with NVIDIA Video Effects SDK (requires redistributable to be installed)" ON)
if(ENABLE_NVAFX)
target_enable_feature(nv-filters "NVIDIA Audio FX support" LIBNVAFX_ENABLED HAS_NOISEREDUCTION)
target_enable_feature(nv-filters "NVIDIA Audio FX support" LIBNVAFX_ENABLED)
target_sources(nv-filters PRIVATE nvidia-audiofx-filter.c)
else()
target_disable_feature(nv-filters "NVIDIA Audio FX support")