2002-12-12 22:14:36 +00:00
|
|
|
plugin_LTLIBRARIES = libgstindexers.la
|
2004-02-12 16:49:16 +00:00
|
|
|
# file index uses xml
|
|
|
|
if GST_DISABLE_LOADSAVE
|
|
|
|
GST_LOADSAVE_SRC =
|
|
|
|
else
|
|
|
|
GST_LOADSAVE_SRC = gstfileindex.c
|
|
|
|
endif
|
2005-10-15 15:01:39 +00:00
|
|
|
if HAVE_MMAP
|
2004-02-12 16:49:16 +00:00
|
|
|
|
2005-10-15 15:01:39 +00:00
|
|
|
else
|
|
|
|
GST_LOADSAVE_SRC =
|
|
|
|
endif
|
2004-02-12 16:49:16 +00:00
|
|
|
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
2004-05-04 12:38:36 +00:00
|
|
|
libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
libgstindexers_la_LIBADD = $(GST_OBJ_LIBS)
|
2005-04-23 23:25:08 +00:00
|
|
|
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|