=?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_?=link error(glib) of gstreamer in android
jojo
rjiejie at gmail.com
Tue Jul 2 03:15:55 PDT 2013
Hi,
Thanks for your reply :)
The gstreamer is cross-platform, so…
i use this to reduce porting cost because of my application is build on glib :)
I use your suggestion so that it can be built by now.
My application use the library "libjpeg", it reports error if i add "jpeg" into variable like "GSTREAMER_EXTRA_DEPS := jpeg" in following:
gst-build/gstreamer_android.c:2:21: fatal error: gst/gst.h: No such file or directory
compilation terminated.
Are there extra depends named "jpeg" ?
Thanks,
- Jojo
在 2013年7月2日星期二,下午4:43,Sebastian Dröge 写道:
> 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.
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org (mailto:gstreamer-devel at lists.freedesktop.org)
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130702/8d065e60/attachment.html>
More information about the gstreamer-devel
mailing list