gstreamer/gst/debug/Makefile.am
David Schleef 3d3cec6e7e new "Electric Fence" element, that converts each buffer into an allocated region surrounded by two unmapped pages.
Original commit message from CVS:
new "Electric Fence" element, that converts each buffer into an allocated
region surrounded by two unmapped pages.
2003-06-22 03:58:04 +00:00

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)