diff options
author | David Schleef <ds@schleef.org> | 2003-06-22 03:58:04 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-06-22 03:58:04 +0000 |
commit | 3d3cec6e7ed0dc09f68dbb1ca8bc010bb155b4a2 (patch) | |
tree | 60442588172395ea79e583e3a51ac5aa6a79fe0a /gst/debug/Makefile.am | |
parent | d1b4db094c9a1eb0820879d7196b99063cef1df7 (diff) |
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.
Diffstat (limited to 'gst/debug/Makefile.am')
-rw-r--r-- | gst/debug/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am new file mode 100644 index 00000000..7bd5f2b2 --- /dev/null +++ b/gst/debug/Makefile.am @@ -0,0 +1,11 @@ +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) + |