shithub: openh264

Download patch

ref: 7dbe93accc9bc2ee7338c56e765a82e23e98b646
parent: cf5a112b491684aacc8cf1a78e44cf25ebd150ec
author: Bohdan Kurylovych <33369297+borzun@users.noreply.github.com>
date: Tue Mar 10 20:42:57 EDT 2020

Fix linker errors in win32 WelsDecoder.sln

Fix linker errors when compiling win32 decoder sln (`<root>/codec/build/wibd32/dec/WelsDecoder.sln`) by adding missing source file (WelsThreadLib.cpp) to the `WelsDecCore.vcproj` in a similar manner it is done with encoder sln

--- a/codec/build/win32/dec/WelsDecCore.vcproj
+++ b/codec/build/win32/dec/WelsDecCore.vcproj
@@ -982,6 +982,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\..\common\src\WelsThreadLib.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\decoder\core\src\wels_decoder_thread.cpp"
 				>
 			</File>