barchandune / doubango

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

Enable AMR and G.729 codecs simoultaneously #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enable G.729 and AMR codecs when compiling doubango for android
2.
3.

What is the expected output? What do you see instead?
Only G.729 codec support is built into the tinyWRAP.so

What version of the product are you using? On what operating system?
Latest version from the svn.

Please provide any additional information below.
Is there any particular reason why all the ITU codecs (AMR in particular) are 
disabled when G.729 support is enabled? Is it possible to have both G.729 and 
AMR supported?

Original issue reported on code.google.com by massimo....@gmail.com on 6 Feb 2012 at 10:41

GoogleCodeExporter commented 9 years ago
Because they use the same C functions and static link will create symbol 
duplication. The workaround is to use shared libs.

Original comment by boss...@yahoo.fr on 7 Feb 2012 at 3:30

GoogleCodeExporter commented 9 years ago
micky plus

Original comment by iqbalkha...@gmail.com on 28 Feb 2013 at 7:10