mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
3d3cec6e7e
Original commit message from CVS: new "Electric Fence" element, that converts each buffer into an allocated region surrounded by two unmapped pages.
11 lines
228 B
Makefile
11 lines
228 B
Makefile
plugindir= $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstefence.la
|
|
|
|
noinst_HEADERS = efence.h
|
|
|
|
libgstefence_la_SOURCES = efence.c
|
|
|
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstefence_la_LDFLAGS = $(GST_LIBS)
|
|
|