mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
plugins/indexers/Makefile.am: Fixes as part of #317048
Original commit message from CVS: * plugins/indexers/Makefile.am: Fixes as part of #317048
This commit is contained in:
parent
db7b79d34a
commit
d6e691a781
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* plugins/indexers/Makefile.am:
|
||||
Fixes as part of #317048
|
||||
|
||||
2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* plugins/indexers/Makefile.am:
|
||||
|
|
|
@ -1,17 +1,21 @@
|
|||
plugin_LTLIBRARIES = libgstcoreindexers.la
|
||||
|
||||
# file index uses xml
|
||||
if HAVE_MMAP
|
||||
if GST_DISABLE_LOADSAVE
|
||||
GST_LOADSAVE_SRC =
|
||||
GST_FILEINDEX_LIBS =
|
||||
else
|
||||
GST_LOADSAVE_SRC = gstfileindex.c
|
||||
GST_FILEINDEX_LIBS = $(XML_LIBS)
|
||||
endif
|
||||
else
|
||||
GST_LOADSAVE_SRC =
|
||||
GST_FILEINDEX_LIBS =
|
||||
endif
|
||||
|
||||
libgstcoreindexers_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
|
||||
libgstcoreindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
||||
libgstcoreindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
libgstcoreindexers_la_LIBADD = $(GST_OBJ_LIBS)
|
||||
libgstcoreindexers_la_LIBADD = $(GST_OBJ_LIBS) $(GST_FILEINDEX_LIBS)
|
||||
libgstcoreindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue