summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-24 15:26:27 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-24 15:26:27 +0100
commitab1c576ec27f72644da0d69f69cb09dbf79413a7 (patch)
tree2ba567844579ac54782bc341b53b49b1e8019902 /configure.ac
parent27f19cf92f159b68cbacfb7914a5628e03103e2a (diff)
downloadgstreamer-plugins-bad-ab1c576ec27f72644da0d69f69cb09dbf79413a7.tar.gz
xdgmime: Add new typefinder based on xdgmime
This typefinder is mostly useful to filter out any false positives by the other typefinders like the usual Word document misdetected as MP3 file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 593eda93a..42bbe84b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,6 +124,9 @@ dnl check for libm, for sin() etc.
AC_CHECK_LIBM
AC_SUBST(LIBM)
+dnl needed for gst/xdgmime
+AC_FUNC_MMAP
+
dnl *** checks for header files ***
AC_CHECK_HEADERS([unistd.h], HAVE_UNISTD_H=yes)
@@ -282,6 +285,7 @@ AG_GST_CHECK_PLUGIN(tta)
AG_GST_CHECK_PLUGIN(valve)
AG_GST_CHECK_PLUGIN(videosignal)
AG_GST_CHECK_PLUGIN(vmnc)
+AG_GST_CHECK_PLUGIN(xdgmime)
AG_GST_CHECK_PLUGIN(y4m)
dnl *** plug-ins to exclude ***
@@ -1468,6 +1472,7 @@ gst/valve/Makefile
gst/videosignal/Makefile
gst/vmnc/Makefile
gst/real/Makefile
+gst/xdgmime/Makefile
gst/y4m/Makefile
gst-libs/Makefile
gst-libs/gst/Makefile