From 9216a62edcad5b34571d94d66068c617cc8ed859 Mon Sep 17 00:00:00 2001 From: Kristian Ollikainen Date: Sat, 13 Aug 2022 15:20:11 +0300 Subject: [PATCH] win-dshow: Move invalid GUID warning --- plugins/win-dshow/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/win-dshow/CMakeLists.txt b/plugins/win-dshow/CMakeLists.txt index 94161581f..96e7acb6d 100644 --- a/plugins/win-dshow/CMakeLists.txt +++ b/plugins/win-dshow/CMakeLists.txt @@ -126,10 +126,10 @@ if(ENABLE_VIRTUALCAM) endif() endif() endif() -endif() -if(INVALID_GUID) - obs_status(WARNING "Windows Virtual Camera - invalid GUID supplied") + if(INVALID_GUID) + obs_status(WARNING "Windows Virtual Camera - invalid GUID supplied") + endif() endif() target_link_libraries(