<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I did it manually:<br>
      <br>
      echo $(pkg-config.exe --cflags --libs gstreamer-0.10)<br>
      -mms-bitfields
      -I/home/nicola/cerbero/dist/windows_x86/include/gstreamer-0.10
      -I/home/nicola/cerbero/dist/windows_x86/include/glib-2.0
      -I/home/nicola/cerbero/dist/windows_x86/lib/glib-2.0/include
      -I/home/nicola/cerbero/dist/windows_x86/include/libxml2
      -L/home/nicola/cerbero/dist/windows_x86/lib -lgstreamer-0.10
      -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl<br>
      <br>
      i686-w64-mingw32-gcc -c gstretimestamper.c -o gstretimestamper.o
      -mms-bitfields
      -I/home/nicola/cerbero/dist/windows_x86/include/gstreamer-0.10
      -I/home/nicola/cerbero/dist/windows_x86/include/glib-2.0
      -I/home/nicola/cerbero/dist/windows_x86/lib/glib-2.0/include
      -I/home/nicola/cerbero/dist/windows_x86/include/libxml2
      -L/home/nicola/cerbero/dist/windows_x86/lib -lgstreamer-0.10
      -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl<br>
      <br>
      i686-w64-mingw32-gcc -shared -o libgstretimestamper.dll
      gstretimestamper.o -mms-bitfields
      -I/home/nicola/cerbero/dist/windows_x86/include/gstreamer-0.10
      -I/home/nicola/cerbero/dist/windows_x86/include/glib-2.0
      -I/home/nicola/cerbero/dist/windows_x86/lib/glib-2.0/include
      -I/home/nicola/cerbero/dist/windows_x86/include/libxml2
      -L/home/nicola/cerbero/dist/windows_x86/lib -lgstreamer-0.10
      -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -lintl<br>
      <br>
      Nicola<br>
      <br>
      Il 11/01/2014 16:20, Mailing List SVR ha scritto:<br>
    </div>
    <blockquote cite="mid:52D16132.5000507@svrinformatica.it"
      type="cite">Hi,
      <br>
      <br>
      I need to cross compile for windows a custom plugin based on
      gst-template, I used cerbero to setup a cross compile environment
      and I compiled gstreamer and gst-plugins-base with no issue, now
      from the cerbero shell I would like to cross compile my plugin for
      windows, I have the error attached, I know I can easily workaround
      the problem simply including the plugin inside my app, but since
      this plugin in used by several apps I would prefer to install it
      as system gstreamer plugin,
      <br>
      <br>
      thanks for your suggestions,
      <br>
      <br>
      Nicola
      <br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>