gstreamer/gst/dccp
Brian Cameron 486d76b454 Fix build on Solaris. Fixes bug #568480.
Fix linking on Solaris by checking for the nsl and socket
libraries which are needed for socket() and gethostbyname().

Don't initialize some fields of struct mh to NULL/0, they're
already set to NULL/0 by a memset(). Also this fields don't
exist on Solaris.
2009-01-23 10:11:52 +01:00
..
gstdccp.c Fix build on Solaris. Fixes bug #568480. 2009-01-23 10:11:52 +01:00
gstdccp.h gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
gstdccpclientsink.c gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
gstdccpclientsink.h gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
gstdccpclientsrc.c gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
gstdccpclientsrc.h Add dccp plugin. Fixes #542390. 2008-08-21 13:22:38 +00:00
gstdccpplugin.c Add dccp plugin. Fixes #542390. 2008-08-21 13:22:38 +00:00
gstdccpserversink.c gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
gstdccpserversink.h gst/dccp/gstdccpserversink.*: Don't put globals only used by one '.c' file in a header ! 2008-08-26 11:18:38 +00:00
gstdccpserversrc.c gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
gstdccpserversrc.h gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. 2008-11-20 16:01:27 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00