Cerbero build a plugin in Android

Sebastian Dröge sebastian at centricular.com
Mon Jan 12 14:21:21 PST 2015


On Mo, 2015-01-12 at 13:19 -0800, nero88 wrote:
> Hi, Sebastian.
> Is there a simple way to create files * .a * .la without cerbero? Building
> from the same project on android or similar?
> Thanks!

Sure, you only need a build system that can generate libtool archive
files (the .la file). For example something based on autotools. Details
depend on whatever build system you want to use, check the documentation
of them.

The .a is just a static library, and the only thing you need to care
about is to #define GST_PLUGIN_BUILD_STATIC.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150112/89b77411/attachment.sig>


More information about the gstreamer-devel mailing list