Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking with libjingle r354 failed: common_audio.lib(sinc_resampler.obj) unresolved external symbol #446

Open
GoogleCodeExporter opened this issue May 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Compilation of a custom application linking with libjingle r354 using VS2010
2.
3.

What is the expected output? What do you see instead?
Expect the code to compiled and linked.

BUILD FAILED.

34>common_audio.lib(sinc_resampler.obj) : error LNK2019: unresolved external 
symbol "private: static float __cdecl webrtc::SincResampler::Convolve_SSE(float 
const *,float const *,float const *,double)" 
(?Convolve_SSE@SincResampler@webrtc@@CAMPBM00N@Z) referenced in function 
"public: __thiscall webrtc::SincResampler::SincResampler(double,class 
webrtc::SincResamplerCallback *,int)" (??0
       SincResampler@webrtc@@QAE@NPAVSincResamplerCallback@1@H@Z) 


What version of the product are you using? On what operating system?
libjingle r354
Windows 7 SP1 64-bit
Visual Studio 2010 Premium

Please provide any additional information below.
Our current production app uses libjingle r317 and there are no compilation 
issues.  

Original issue reported on code.google.com by JSkillin...@gmail.com on 1 Jul 2013 at 12:53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant