mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-09 05:11:53 +00:00
Fix linking on Solaris. Fixes bug #568809.
Check for the socket library which is needed for socket() on Solaris.
This commit is contained in:
parent
1a85ce0239
commit
d818fb174b
1 changed files with 3 additions and 0 deletions
|
@ -318,6 +318,9 @@ AG_GST_CHECK_PLUGIN(videomixer)
|
||||||
AG_GST_CHECK_PLUGIN(wavenc)
|
AG_GST_CHECK_PLUGIN(wavenc)
|
||||||
AG_GST_CHECK_PLUGIN(wavparse)
|
AG_GST_CHECK_PLUGIN(wavparse)
|
||||||
|
|
||||||
|
dnl *** checks for socket and nsl libraries ***
|
||||||
|
AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)])
|
||||||
|
|
||||||
dnl disable gst plugins we might not be able to build on this
|
dnl disable gst plugins we might not be able to build on this
|
||||||
dnl platform: udp and rtsp (ugly but minimally invasive)
|
dnl platform: udp and rtsp (ugly but minimally invasive)
|
||||||
dnl FIXME: maybe move to sys
|
dnl FIXME: maybe move to sys
|
||||||
|
|
Loading…
Reference in a new issue