You can try to work with uninstalled-gstreamer: <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer</a><br>

<br>when in your uninstalled:<br>
use the cflags from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10 --cflags<br>
use the libs from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10 --libs<br>
<br><br><div class="gmail_quote">2009/7/11 Rad E. <span dir="ltr">&lt;<a href="mailto:rad_e@rocketmail.com" target="_blank">rad_e@rocketmail.com</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;">

<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>I am learning how to write a gstreamer plugin. I got the example plugin from git, and unfortunately failed to build it -- no gstreamer installed. On the machine I am working I don&#39;t have root privileges and cannot install gstreamer. I downloaded gstreamer and compiled it in my home folder. My question is how do I tell makefiles to look for those libraries in my home folder? Which config file should I be editing?<br>

<br>Any pointers will be appreciated.<br>thanx<br></div></div><br>

      </div><br>------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>