Building Gstreaming for Android with Cerbero. Adding plugins

Sebastian Dröge sebastian at centricular.com
Tue Jan 20 00:35:59 PST 2015


On So, 2015-01-18 at 23:17 +0100, Sérgio Agostinho wrote:
> >
> > > What are the steps I need to perform to also be able to build faac?
> >>
> >> You need to add a recipe for faac, then enable the plugin in the two
> >> (static and non-static) GStreamer plugin recipes, then add faac to the
> >> corresponding .package file as a dependency.
> >>
> >
> > I already have the following recipe
> > https://gist.github.com/SergioRAgostinho/b73b899d2b32d7928a45
> > but the linker is complaining that he doesn't find crtbegin_so.o and
> > crtend_so.o. The files are in
> > android-ndk-r10d/platforms/android-19/arch-arm/usr/lib.
> > I'm currently trying to add some -L flags to the recipe.
> >
> 
> At some point during the compilation, sysroot is no longer set. I've
> attached the build logs for completeness.

This looks like either the faac build system is buggy, or it just uses a
too old version of libtool. Try adding 'autoreconf = True' to the faac
recipe as a first step.

-- 
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/20150120/254eef05/attachment.sig>


More information about the gstreamer-devel mailing list