summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-01 20:12:12 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-01 20:12:12 +0100
commit8c4584aa565e0298c39c1603bb65dcd4bc678380 (patch)
tree8446f8571603ca8c3e3f0bb0d0c475729b8fd904 /gst
parent39850d674eb12de4c181010d37c5d9df655bfd52 (diff)
downloadgst-plugins-bad-8c4584aa565e0298c39c1603bb65dcd4bc678380.tar.gz
gst-plugins-bad-8c4584aa565e0298c39c1603bb65dcd4bc678380.tar.bz2
gst-plugins-bad-8c4584aa565e0298c39c1603bb65dcd4bc678380.zip
xdgmime: Don't warn if we have no MMAP support
Diffstat (limited to 'gst')
-rw-r--r--gst/xdgmime/xdgmime/xdgmimecache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/xdgmime/xdgmime/xdgmimecache.c b/gst/xdgmime/xdgmime/xdgmimecache.c
index 8dce96ad..e1c1b34f 100644
--- a/gst/xdgmime/xdgmime/xdgmimecache.c
+++ b/gst/xdgmime/xdgmime/xdgmimecache.c
@@ -41,8 +41,6 @@
#ifdef HAVE_MMAP
#include <sys/mman.h>
-#else
-#warning Building xdgmime without MMAP support. Binary "mime.info" cache files will not be used.
#endif
#include <sys/stat.h>