mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fcd8d12069
Original commit message from CVS: Renamed GstCache to GstIndex
8 lines
250 B
Makefile
8 lines
250 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstindexers.la
|
|
|
|
libgstindexers_la_SOURCES = gstmemindex.c
|
|
libgstindexers_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstindexers_la_LIBADD =
|
|
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|