ericmckean / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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