summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-04-18 10:17:52 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-04-29 19:28:19 +0200
commit1584d16b1c8d21c095d41f549fc893dd1fe01e2a (patch)
tree0fbd2f89c6177f2983daf7024bd8e05acca9cce2 /Makefile.am
parent92cedb0510be490f118f245b85fc54755f267b49 (diff)
videofilter: Move all elements into a single plugin
Having all these small elements in a separate plugin is not very memory effective...
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 948593504..0f0be61ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,10 @@ include $(top_srcdir)/common/coverage/lcov.mak
CRUFT_FILES = \
$(top_builddir)/common/shave \
- $(top_builddir)/common/shave-libtool
+ $(top_builddir)/common/shave-libtool \
+ $(top_builddir)/gst/videofilter/.libs/*videoflip.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/videofilter/.libs/*videobalance.{so,dll,DLL,dylib} \
+ $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib}
include $(top_srcdir)/common/cruft.mak