Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
d818fb17
Commit
d818fb17
authored
Jan 23, 2009
by
Brian Cameron
Committed by
Sebastian Dröge
Jan 23, 2009
Browse files
Fix linking on Solaris. Fixes bug #568809.
Check for the socket library which is needed for socket() on Solaris.
parent
1a85ce02
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
d818fb17
...
@@ -318,6 +318,9 @@ AG_GST_CHECK_PLUGIN(videomixer)
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment