solved, thanks guys!!<br><br><div class="gmail_quote">2009/9/12 Sebastian Dröge <span dir="ltr">&lt;<a href="mailto:sebastian.droege@collabora.co.uk">sebastian.droege@collabora.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Samstag, den 12.09.2009, 11:30 +0200 schrieb Miquel Ŕngel Farré:<br>
<div class="im">&gt; Reece,<br>
&gt;<br>
&gt;  Yes I did it, with the same problem, these are my flags:<br>
&gt;<br>
&gt; libgstplugin_la_CFLAGS = $(GST_CXXFLAGS)<br>
&gt; libgstplugin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GSTCTRL_LIBS)<br>
&gt; libgstplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)<br>
&gt; libgstplugin_la_LIBTOOLFLAGS = --tag=disable-static<br>
&gt;<br>
&gt; Nevertheless looking at the generated makefile there is nothing for<br>
&gt; GST_CXXFLAGS, should I add something to <a href="http://configure.ac" target="_blank">configure.ac</a>?<br>
<br>
</div>It should be the other way around:<br>
<br>
libgstplugin_la_CXXFLAGS = $(GST_CFLAGS)<br>
<br>------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what&#39;s new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>