Yeah I just put a junk string there for now, it compiles fine using my Droid X (running CyanogenMod) libraries. gst-inspect, gst-launch and audioexample work, but I&#39;m running into the problem of having too many shared objects, and I can&#39;t bump SO_MAX since I&#39;m not looking into recompiling the system.<br>

<br>Now out of curiosity, I&#39;m kind of new to gstreamer so I was wondering if it&#39;s possible to include the ffmpeg plug-in in the compile? and if so what&#39;s the best way to do it?<br><br>Thanks!<br>Eduardo<br><br>
<div class="gmail_quote">On Tue, Nov 15, 2011 at 6:56 PM, Reynaldo H. Verdejo Pinochet <span dir="ltr">&lt;<a href="mailto:reynaldo@opendot.cl" target="_blank">reynaldo@opendot.cl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Eduardo<br>
<br>
On 11/15/2011 07:54 PM, Eduardo b wrote:<br>
&gt; [..]<br>
&gt;<br>
&gt; Compile arm    : gstomx &lt;= gstomx_conf.c<br>
&gt; /home/intel/Downloads/<br>
&gt; gstreamer_ndk_bundle/jni/../gst-openmax/omx/gstomx_conf.c:2: error:<br>
&gt; expected expression before &#39;;&#39; token<br>
&gt; make: ***<br>
&gt; [/home/intel/Downloads/gstreamer_ndk_bundle/obj/local/armeabi/objs-debug/gstomx/gstomx_conf.o]<br>
&gt; Error 1<br>
&gt;<br>
&gt; Now, inspecting the file gstomx_conf.c, the contents are the following:<br>
&gt;<br>
&gt; const char *default_config =<br>
&gt; ;<br>
<br>
I should post a workaround for that one soon. In the mean time, just<br>
edit that file so it reads:<br>
<br>
const char *default_config;<br>
<br>
And try again. It should work.<br>
<br>
Best regards<br>
<span><font color="#888888"><br>
--<br>
Reynaldo<br>
_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
</font></span></blockquote></div><br>