mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
a02dcd9779
Original commit message from CVS: Added memory cache
8 lines
217 B
Makefile
8 lines
217 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstcaches.la
|
|
|
|
libgstcaches_la_SOURCES = gstmemcache.c
|
|
libgstcaches_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcaches_la_LIBADD =
|
|
libgstcaches_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|