http-launch on Android

Sebastian Dröge sebastian at centricular.com
Wed May 28 12:44:48 PDT 2014


On Mi, 2014-05-28 at 21:37 +0200, Lee Matthews wrote:
> I was originally trying to build the code using ndk-build and the linker was complaining that it couldn't find a few functions that are in the gio library.
> 
> So I added libgio-2.0.a as a prebuilt static library to my Android.mk build script. It then compiled ok, but I'm getting runtime errors.
> 
> When I'm in the office tomorrow, I can send a copy of my Android.mk.

Yeah well, by this you link in gio twice :) Add
GSTREAMER_EXTRA_DEPS := gio-2.0
to your Android.mk and don't link in libgio-2.0.a manually.

-- 
Sebastian Dröge, Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140528/ce455b48/attachment.sig>


More information about the gstreamer-devel mailing list