Hi All!
I try to build
Yate 5.4 release.
I use:
- Qt 4.7.4
- Windows 7
- VS 2010
- build configuration x32
I opened the solution from
.\windows\YATE.slnThen I started the build of the solution, most of the projects were not built.
I began alternately to build the projects in the solution.
Project
_accfile was built successfully (and two dependent project too).
Building of
_amrnbcodec project was fail. Into comment at file
modules\amrnbcodec.cpp was written at line number 11:
"* AMR codec library by Stanislav Brabec at http://www.penguin.cz/~utx/amr".I passed this link but I did not find necessary header files.
Using Google I was able to download
opencore-amr-0.1.3 from page
http://sourceforge.net/projects/opencore-amr/files/opencore-amr/ The compiler was satisfied =)
But linker require
libamrnbd.lib but I don't know where it can be found =(
Please tell me is there somewhere a description of any third-party libraries are needed, where I can download them, what versions of these libraries need to be downloaded, and so on?