<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 12/8/2011 4:26 PM, moh ab wrote:<br>
    <br>
    [snip]<br>
    <blockquote
      cite="mid:1323386795.82432.YahooMailNeo@web38903.mail.mud.yahoo.com"
      type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
        255); font-family: times new roman,new york,times,serif;
        font-size: 12pt;">
        <div><span><br>
            arm-linux-androideabi-g++: unrecognized option
            '-no-undefined'<br>
            /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<br>
            Install&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : libgstogg.so =&gt;
            libs/armeabi/libgstogg.so<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_util.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_interface.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_base_filter.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_base_videodec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_base_videoenc.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_base_audiodec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_dummy.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_volume.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_mpeg4dec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_h263dec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_h264dec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_wmvdec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_mpeg4enc.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_h264enc.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_h263enc.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_vorbisdec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_mp3dec.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_base_sink.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_audiosink.c<br>
            Compile arm&nbsp;&nbsp;&nbsp; : gstomx &lt;= gstomx_conf.c<br>
            /opt/3/jni/../gst-openmax/omx/gstomx_conf.c:2: error:
            expected expression before ';' token<br>
            make: ***
            [obj/local/armeabi/objs-debug/gstomx/gstomx_conf.o] Error 1<br>
            <br>
          </span></div>
        <div><br>
          <span></span></div>
        <div><span>Any Idea about this ?</span></div>
      </div>
    </blockquote>
    <br>
    I had the same error at one point. You will find in the
    gstreamer-android list archives someone mentions a workaround.<br>
    <br>
    Edit gstreamer_ndk_bundle/gst-openmax/omx/gstomx_conf.c by hand to
    say:<br>
    <br>
    const char *default_config;<br>
    <br>
    That worked for me.<br>
    <br>
    Cheers,<br>
    <br>
    Mark.<br>
  </body>
</html>