summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOle André Vadla Ravnås <ole.andre.ravnas@tandberg.com>2007-11-02 21:16:09 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-11-02 21:16:09 +0000
commit13a9765877d78ed9e1779dab2a82012fbb36eab8 (patch)
tree92568dd7778d9242574c395ef6a252c6eec4e9e0 /configure.ac
parent7eeeca8c27c2fc21bc332c201c630b0ac5dfdd65 (diff)
Fix includes for MSVC and GLib-2.14.0 (#492388).
Original commit message from CVS: Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> * configure.ac: * gst/udp/gstdynudpsink.c: * gst/udp/gstdynudpsink.h: * gst/udp/gstmultiudpsink.c: * gst/udp/gstmultiudpsink.h: * gst/udp/gstudpsink.c: * gst/udp/gstudpsink.h: Fix includes for MSVC and GLib-2.14.0 (#492388). * gst/udp/gstudpsrc.c: (gst_udpsrc_start): No more pipe define since GLib-2.14.0, need to use _pipe() directly.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ba321edb..feec39a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,6 +198,9 @@ AC_CHECK_HEADERS([netinet/in.h])
AC_CHECK_HEADERS([winsock2.h])
AM_CONDITIONAL(HAVE_WINSOCK2_H, test "x$HAVE_WINSOCK2_H" = "xyes")
+dnl used in gst/udp
+AC_CHECK_HEADERS([sys/time.h])
+
dnl *** checks for types/defines ***
dnl Check for FIONREAD ioctl declaration. This check is needed