Original commit message from CVS:
* plugins/indexers/Makefile.am:
fix #316086 - compilation when mmap is missing
+2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * plugins/indexers/Makefile.am:
+ fix #316086 - compilation when mmap is missing
+
2006-01-12 Sebastien Moutte <sebastien@moutte.net>
* libs/gst/base/gstbasesink.c:
plugin_LTLIBRARIES = libgstcoreindexers.la
# file index uses xml
+if HAVE_MMAP
if GST_DISABLE_LOADSAVE
GST_LOADSAVE_SRC =
else
GST_LOADSAVE_SRC = gstfileindex.c
endif
-if HAVE_MMAP
-
else
GST_LOADSAVE_SRC =
endif