How to add dependent libraries when developing gst-plugin

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to add dependent libraries when developing gst-plugin

dbkaiser
Hi,
I'm developing gst-plugin using templete. and the new plugin needs extra dynamic libraries to call, say /usr/lib/poo.so . How can I import this library into make?
Please help me!
Thank you very very much!
Reply | Threaded
Open this post in threaded view
|

Re: How to add dependent libraries when developing gst-plugin

Sudarshan Bisht
 Hi
 
   In your src/Makefile.am add your library name with  libgstplugin_la_LIBADD .
 
   For example you have a dynamic library libadd.so in /usr/lib then the line in Makefile.am would be :
 
   libgstplugin_la_LIBADD =$(GST_LIBS)  -ladd
 
 
 
 
 
On Mon, Dec 21, 2009 at 8:20 AM, dbkaiser <[hidden email]> wrote:

Hi,
I'm developing gst-plugin using templete. and the new plugin needs extra
dynamic libraries to call, say /usr/lib/poo.so . How can I import this
library into make?
Please help me!
Thank you very very much!
--
View this message in context: http://n4.nabble.com/How-to-add-dependent-libraries-when-developing-gst-plugin-tp975992p975992.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



--
Regards,

Sudarshan Bisht

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel