Subject: Re: Problem in Building the gstreamer with the NDK

Reynaldo H. Verdejo Pinochet reynaldo at opendot.cl
Tue Nov 15 18:56:29 PST 2011


Hi Eduardo

On 11/15/2011 07:54 PM, Eduardo b wrote:
> [..]
> 
> Compile arm    : gstomx <= gstomx_conf.c
> /home/intel/Downloads/
> gstreamer_ndk_bundle/jni/../gst-openmax/omx/gstomx_conf.c:2: error:
> expected expression before ';' token
> make: ***
> [/home/intel/Downloads/gstreamer_ndk_bundle/obj/local/armeabi/objs-debug/gstomx/gstomx_conf.o]
> Error 1
> 
> Now, inspecting the file gstomx_conf.c, the contents are the following:
> 
> const char *default_config =
> ;

I should post a workaround for that one soon. In the mean time, just
edit that file so it reads:

const char *default_config;

And try again. It should work.

Best regards

--
Reynaldo


More information about the gstreamer-android mailing list