Opened 6 years ago

Last modified 6 years ago

#2065 closed defect

Update libyuv version to fix linker error when building dll on Visual Studio 2015 — at Initial Version

Reported by: riza Owned by: bennylp
Priority: normal Milestone: release-2.8
Component: third-party Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

When building libyuv as dll on Visual Studio 2015, linker error was generated

1>compare.obj : error LNK2019: unresolved external symbol _HammingDistance_X86
referenced in function _ComputeHammingDistance
1>..\..\lib\libyuv-i386-Win32-vc14-Debug.dll : fatal error LNK1120: 1 unresolved
externals

The issue seems to have been on the current version (17 Nov 2017).

The version also enables us to remove our modification to libyuv on compare_win.cc and basic_types.h

Change History (0)

Note: See TracTickets for help on using tickets.