diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-29 09:25:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-29 09:25:23 +0200 |
commit | 1ac128ca3cdfe39e667f17b6c294f5216694a7dd (patch) | |
tree | 33aacd4db8702b262648d5f66eb30cce233cb01e /Makefile.am | |
parent | 015123f6b4aee91304271cf7027fc349dd4d3ea1 (diff) | |
download | gstreamer-plugins-bad-1ac128ca3cdfe39e667f17b6c294f5216694a7dd.tar.gz |
cruft: Add signalprocessor directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dedabdd86..7e25a3958 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,6 +97,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/valve \ $(top_srcdir)/gst-libs/gst/baseparse \ $(top_srcdir)/gst-libs/gst/video \ + $(top_srcdir)/gst-libs/gst/signalprocessor \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ |