plugins/indexers/Makefile.am: fix #316086 - compilation when mmap is missing
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 13 Jan 2006 13:41:55 +0000 (13:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 13 Jan 2006 13:41:55 +0000 (13:41 +0000)
Original commit message from CVS:

* plugins/indexers/Makefile.am:
fix #316086 - compilation when mmap is missing

ChangeLog
plugins/indexers/Makefile.am

index 54353a1..89997b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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:
index 73e4957..ac82695 100644 (file)
@@ -1,12 +1,11 @@
 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