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 54353a18c054a0399b719352b430a70383e971b5..89997b0632d6036f896be8b9e77e5e73b3d38364 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 73e49579e64139fe5d2ce6a5fef0424b0daf8301..ac82695956f86bafda551387c88e488d7fcfceab 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