[gst-devel] How to build example plugin without installing gstreamer
Philip Jägenstedt
philip at foolip.org
Sat Jul 11 13:41:00 CEST 2009
Doesn't it work if you simply ./configure --prefix=/home/you/gst/ and
then set PKG_CONFIG_PATH=/home/you/gst/lib/pkgconfig when building
plugins?
Philip
2009/7/11 Miquel Àngel Farré <miquel.farre at gmail.com>:
> This is the makefile I am using: http://pastebin.ca/1491706 based on Tiago
> Katcipis Makefiles.
> It seems to be ok nevertheless when I execute make this is the result:
> /home/miki/gstreamer//git/gstreamer/pkgconfig/../gst/libgstreamer-0.10.la:
> file not recognized: File format not recognized
>
> Where libgstreamer-0.10.la comes from "pkg-config gstreamer-0.10
> gstreamer-plugins-base-0.10 --libs" and asking on #gstreamer
> .la is libtool related, anybody knows how to solve this?
>
> Thanks
>
> El 11 / juliol / 2009 08:25, Miquel Àngel Farré <miquel.farre at gmail.com> ha
> escrit:
>>
>> You can try to work with uninstalled-gstreamer:
>> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer
>>
>> when in your uninstalled:
>> use the cflags from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10
>> --cflags
>> use the libs from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10
>> --libs
>>
>>
>> 2009/7/11 Rad E. <rad_e at rocketmail.com>
>>>
>>> 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'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?
>>>
>>> Any pointers will be appreciated.
>>> thanx
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Enter the BlackBerry Developer Challenge
>>> This is your chance to win up to $100,000 in prizes! For a limited time,
>>> vendors submitting new applications to BlackBerry App World(TM) will have
>>> the opportunity to enter the BlackBerry Developer Challenge. See full
>>> prize
>>> details at: http://p.sf.net/sfu/Challenge
>>> _______________________________________________
>>> gstreamer-devel mailing list
>>> gstreamer-devel at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>>
>>
>
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
--
Philip Jägenstedt
More information about the gstreamer-devel
mailing list