Open spacelg opened 5 years ago
Hi All,
Could someone look at this issue ?
Thanks, Lin
Hi, All,
Could someone look at this issue ? It can still reproduce on latest revision 4b2a2f0.
Thanks, Lin
@borzun Thanks for your help! We got the latest version of master branch, and applied the patch of you provided.We tried to build OpenH264 and it passed. could you merge your changes to the master branch? thanks a lot.
@215020267 Sorry, I'm not working for CISCO, and I don't have rights to merge PR into master. But glad that my changes helped you.
@borzun @215020267 merged.
Environment: VS 2017 + Windows Server 2016
Issue description: We tried to build OpenH264 and it failed to build due to error LNK2001: unresolved external symbol _WelsThreadCreate with MSVC on windows. It can be first reproduced on latest revision c185ac3. Could you look at this issue? Thanks a lot.
Repro steps:
log_x86_build.log
Error info: welsdcore.lib(wels_decoder_thread.obj) : error LNK2001: unresolved external symbol _WelsThreadCreate [D:\OpenH264\src\codec\build\win32\dec\WelsDecPlus.vcxproj] welsdcore.lib(wels_decoder_thread.obj) : error LNK2001: unresolved external symbol _WelsThreadJoin [D:\OpenH264\src\codec\build\win32\dec\WelsDecPlus.vcxproj] welsdcore.lib(wels_decoder_thread.obj) : error LNK2001: unresolved external symbol _WelsQueryLogicalProcessInfo [D:\OpenH264\src\codec\build\win32\dec\WelsDecPlus.vcxproj] .........\bin\Win32\Release\welsdec.dll : fatal error LNK1120: 3 unresolved externals [D:\OpenH264\src\codec\build\win32\dec\WelsDecPlus.vcxproj] Done Building Project "D:\OpenH264\src\codec\build\win32\dec\WelsDecPlus.vcxproj" (Rebuild target(s)) -- FAILED. Project "D:\OpenH264\src\test\build\win32\codec_ut\Codec_UT.sln" (1) is building "D:\OpenH264\src\codec\build\win32\enc\WelsEncPlus.vcxproj" (7) on node 1 (Rebuild target(s)).