summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-11 19:32:16 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-21 10:19:47 +0100
commite50039897b9550ff01901069cb17e923760c8600 (patch)
tree1c6d0ad6f2777d36403adc70695ec6ba25a180fe /configure.ac
parent86719f194f17773979913e21cb0629c3eba06c05 (diff)
downloadgst-plugins-bad-e50039897b9550ff01901069cb17e923760c8600.tar.gz
gst-plugins-bad-e50039897b9550ff01901069cb17e923760c8600.tar.bz2
gst-plugins-bad-e50039897b9550ff01901069cb17e923760c8600.zip
mxf: Add MXF muxer
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6f6a22f..edf2fab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,6 +160,10 @@ fi
AM_CONDITIONAL(HAVE_GCC_ASM, test "x$HAVE_GCC_ASM" = "xyes")
dnl *** checks for library functions ***
+AC_CHECK_FUNCS([gmtime_r])
+
+dnl *** checks for headers ***
+AC_CHECK_HEADERS([sys/utsname.h])
dnl *** checks for dependency libraries ***