<div dir="ltr">I already did this, but i just did again to be sure, and no change.<div>Everything is installed is /usr/include/ but the <b>pkg-config --cflags gstreamer-1.0</b> output is still the same, in local.</div><div>
And I dont have any gstreamer-1.0.pc file, but i have this : </div><div><br></div><div><i>gstreamer-app-1.0.pc           gstreamer-pbutils-1.0.pc       gstreamer-rtsp-1.0.pc</i></div><div><i>gstreamer-audio-1.0.pc         gstreamer-plugins-bad-1.0.pc   gstreamer-sdp-1.0.pc</i></div>
<div><i>gstreamer-basevideo-1.0.pc     gstreamer-plugins-base-1.0.pc  gstreamer-sharp-0.10.pc</i></div><div><i>gstreamer-codecparsers-1.0.pc  gstreamer-riff-1.0.pc          gstreamer-tag-1.0.pc</i></div><div><i>gstreamer-fft-1.0.pc           gstreamer-rtp-1.0.pc           gstreamer-video-1.0.pc</i></div>
<div><i><br></i></div><div>And this files looks well configured :</div><div>(first lines of each file are the same)</div><div><div><i>prefix=/usr</i></div><div><i>exec_prefix=${prefix}</i></div><div><i>libdir=${exec_prefix}/lib</i></div>
<div><i>includedir=${prefix}/include/gstreamer-1.0</i></div></div><div><i><br></i></div><div>So its apparently supposed to search in /usr/include/gstreamer-1.0</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Jun 20, 2013 at 12:38 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, 2013-06-20 at 12:29 +0200, Sébastien caron wrote:<br>
<br>
>  pkg-config --cflags gstreamer-1.0 output :<br>
> -pthread -I/usr/local/include/gstreamer-1.0 -I/usr/include/glib-2.0<br>
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include<br>
><br>
><br>
> I notice its /usr/local/include/gstreamer-1.0 and<br>
> not /usr/include/gstreamer-1.0<br>
><br>
> Any way to change that ?<br>
<br>
</div>It should only be in /usr/local/ if you installed it from source. If you<br>
did install from source, I would recommend you uninstall it again by<br>
doing 'sudo make uninstall' from the build tree.<br>
<br>
Then install the libgstreamer1.0-dev package from the PPA if you haven't<br>
done so yet. This should put things into /usr/include/<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers<br>
 -Tim<br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>