In my case I am not writing a plugin, I am trying to compile an own application<br>using apsink and an uninstalled gstreamer.<br><br><div class="gmail_quote">2009/7/11 Philip Jägenstedt <span dir="ltr"><<a href="mailto:philip@foolip.org">philip@foolip.org</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Doesn't it work if you simply ./configure --prefix=/home/you/gst/ and<br>
then set PKG_CONFIG_PATH=/home/you/gst/lib/pkgconfig when building<br>
plugins?<br>
<br>
Philip<br>
<br>
2009/7/11 Miquel Àngel Farré <<a href="mailto:miquel.farre@gmail.com">miquel.farre@gmail.com</a>>:<br>
<div><div></div><div class="h5">> This is the makefile I am using: <a href="http://pastebin.ca/1491706" target="_blank">http://pastebin.ca/1491706</a> based on Tiago<br>
> Katcipis Makefiles.<br>
> It seems to be ok nevertheless when I execute make this is the result:<br>
> /home/miki/gstreamer//git/gstreamer/pkgconfig/../gst/<a href="http://libgstreamer-0.10.la" target="_blank">libgstreamer-0.10.la</a>:<br>
> file not recognized: File format not recognized<br>
><br>
> Where <a href="http://libgstreamer-0.10.la" target="_blank">libgstreamer-0.10.la</a> comes from "pkg-config gstreamer-0.10<br>
> gstreamer-plugins-base-0.10 --libs" and asking on #gstreamer<br>
> .la is libtool related, anybody knows how to solve this?<br>
><br>
> Thanks<br>
><br>
> El 11 / juliol / 2009 08:25, Miquel Àngel Farré <<a href="mailto:miquel.farre@gmail.com">miquel.farre@gmail.com</a>> ha<br>
> escrit:<br>
>><br>
>> You can try to work with uninstalled-gstreamer:<br>
>> <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<br>
>> --cflags<br>
>> use the libs from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10<br>
>> --libs<br>
>><br>
>><br>
>> 2009/7/11 Rad E. <<a href="mailto:rad_e@rocketmail.com">rad_e@rocketmail.com</a>><br>
>>><br>
>>> I am learning how to write a gstreamer plugin. I got the example plugin<br>
>>> from git, and unfortunately failed to build it -- no gstreamer installed. On<br>
>>> the machine I am working I don't have root privileges and cannot install<br>
>>> gstreamer. I downloaded gstreamer and compiled it in my home folder. My<br>
>>> question is how do I tell makefiles to look for those libraries in my home<br>
>>> folder? Which config file should I be editing?<br>
>>><br>
>>> Any pointers will be appreciated.<br>
>>> thanx<br>
>>><br>
>>><br>
>>><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<br>
>>> 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">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>
>><br>
><br>
><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">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>
><br>
<br>
<br>
<br>
</div></div>--<br>
<font color="#888888">Philip Jägenstedt<br>
</font><div><div></div><div class="h5"><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">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>
</div></div></blockquote></div><br>