krunal09 / sample

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

Use ldopen instead of dynamic link at build time - or java bindings #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The fastest way to manage private api was to make my builds using ld linker
to handle links on the media-api.

I have to explore a cleaner way (that should solve a lot of problems for
specific manufacturers builds), using dlopen and dlsym (plugin like inclusion).

This would simplify the way the NDK is modified (we could maybe revert to
standard ndk???)

Original issue reported on code.google.com by r3gis...@gmail.com on 21 Apr 2010 at 12:58

GoogleCodeExporter commented 9 years ago
Posponed for now.
I have now to investigate the java way (but evil way) to transmit audio buffers 
to
java....

Original comment by r3gis...@gmail.com on 10 May 2010 at 6:02