Building GStreamer error
Mark Howell
mark-sub1 at hypgnosys.org
Thu Dec 8 16:02:03 PST 2011
On 12/8/2011 4:26 PM, moh ab wrote:
[snip]
>
> arm-linux-androideabi-g++: unrecognized option '-no-undefined'
> /opt/android-ndk-r7/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld:
> warning: cannot find entry symbol xport-symbols-regex; defaulting to
> 00005fe8
> Install : libgstogg.so => libs/armeabi/libgstogg.so
> Compile arm : gstomx <= gstomx.c
> Compile arm : gstomx <= gstomx_util.c
> Compile arm : gstomx <= gstomx_interface.c
> Compile arm : gstomx <= gstomx_base_filter.c
> Compile arm : gstomx <= gstomx_base_videodec.c
> Compile arm : gstomx <= gstomx_base_videoenc.c
> Compile arm : gstomx <= gstomx_base_audiodec.c
> Compile arm : gstomx <= gstomx_dummy.c
> Compile arm : gstomx <= gstomx_volume.c
> Compile arm : gstomx <= gstomx_mpeg4dec.c
> Compile arm : gstomx <= gstomx_h263dec.c
> Compile arm : gstomx <= gstomx_h264dec.c
> Compile arm : gstomx <= gstomx_wmvdec.c
> Compile arm : gstomx <= gstomx_mpeg4enc.c
> Compile arm : gstomx <= gstomx_h264enc.c
> Compile arm : gstomx <= gstomx_h263enc.c
> Compile arm : gstomx <= gstomx_vorbisdec.c
> Compile arm : gstomx <= gstomx_mp3dec.c
> Compile arm : gstomx <= gstomx_base_sink.c
> Compile arm : gstomx <= gstomx_audiosink.c
> Compile arm : gstomx <= gstomx_conf.c
> /opt/3/jni/../gst-openmax/omx/gstomx_conf.c:2: error: expected
> expression before ';' token
> make: *** [obj/local/armeabi/objs-debug/gstomx/gstomx_conf.o] Error 1
>
>
> Any Idea about this ?
I had the same error at one point. You will find in the
gstreamer-android list archives someone mentions a workaround.
Edit gstreamer_ndk_bundle/gst-openmax/omx/gstomx_conf.c by hand to say:
const char *default_config;
That worked for me.
Cheers,
Mark.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111208/bb184ba5/attachment.htm>
More information about the gstreamer-android
mailing list