tsipsey / doubango

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

fft_fixed_calc_neon symbol is not in avcodec library in the thirdparties/iphone/lib/* #366

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to link against the libraries in thirdparties/iphone/lib/arm{your 
version}

What is the expected output? What do you see instead?
Successful link. Instead the linker can't find _ff_fft_fixed_calc_neon and a 
few others.

What version of the product are you using? On what operating system?
iOS 7.1.  Latest doubango checkout as of today.

Please provide any additional information below.

Original issue reported on code.google.com by kjeremy@gmail.com on 10 Apr 2014 at 11:36

GoogleCodeExporter commented 9 years ago
It looks like this works with Xcode but not with Xamarin when attempting to 
bind the libraries to C#.

Original comment by kjeremy@gmail.com on 11 Apr 2014 at 9:21