mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
d093fb3fa4
Original commit message from CVS: Register the two indexers
8 lines
279 B
Makefile
8 lines
279 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstindexers.la
|
|
|
|
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c gstfileindex.c
|
|
libgstindexers_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstindexers_la_LIBADD =
|
|
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|