Windows: clean linked libraries

Change-Id: I03cb72a6bacb17fedd04154f737cea536f3bb670
diff --git a/GreenScreen/CMakeLists.txt b/GreenScreen/CMakeLists.txt
index 78a45ce..3a65bd2 100644
--- a/GreenScreen/CMakeLists.txt
+++ b/GreenScreen/CMakeLists.txt
@@ -96,7 +96,7 @@
                                         )
 
 target_link_libraries(${ProjectName} PUBLIC libavfilter libswscale libavformat libavcodec libavutil libvpx libx264 libopus libmfx
-                                            libzlib ws2_32 Bcrypt Crypt32 Secur32 Dnsapi opencv_imgproc460 opencv_core460 onnxruntime msvcrt)
+                                            libzlib ws2_32 Bcrypt Secur32 opencv_imgproc460 opencv_core460 onnxruntime msvcrt)
 endif()
 
 add_custom_command(