link error(glib) of gstreamer in android

Sebastian Dröge slomo at circular-chaos.org
Tue Jul 2 01:43:20 PDT 2013


On Di, 2013-07-02 at 16:33 +0800, jojo wrote:

> app_objs := $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libintl.a \
> $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libgio-2.0.a \
> $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libgobject-2.0.a \
> $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libgthread-2.0.a \ 
>         $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libgmodule-2.0.a \
> $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libglib-2.0.a \
> $(GSTREAMER_SDK_ROOT_ANDROID)/lib/libiconv.a \
> 

Why do you do that? What are you trying to solve? :)

You might want to use 
GSTREAMER_EXTRA_DEPS := gio-2.0
for example.

Otherwise you'll have to make sure -lpthread is added to the linker at
the right place.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130702/1a794294/attachment.pgp>


More information about the gstreamer-devel mailing list