Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - babutta

Pages: [1]
1
Windows / Re: Build Yate solution on Windows
« on: January 16, 2015, 04:06:08 AM »
Thank you, marian, but this information did not help me =(
* I read the specified page.

I understand that I need *.h, *.lib *.dll, but where can I get them to build the project _amrnbcodec in Yate.sln, for example?

2
Windows / Build Yate solution on Windows
« on: January 15, 2015, 09:25:22 AM »
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.sln
Then 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?

Pages: [1]