From 8249fcfe805cf257d3ba27ac5ad85b3e3ae157d7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 17 Apr 2001 13:36:22 +0000 Subject: [PATCH] added mixer example and adder plugin to configure.in Original commit message from CVS: added mixer example and adder plugin to configure.in --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 81f88dfb74..3a0a7af16f 100644 --- a/configure.in +++ b/configure.in @@ -834,6 +834,7 @@ plugins/filters/median/Makefile plugins/filters/ladspa/Makefile plugins/filters/stereo2mono/Makefile plugins/filters/passthrough/Makefile +plugins/filters/adder/Makefile plugins/filters/colorspace/Makefile plugins/filters/volenv/Makefile plugins/icecast/Makefile @@ -887,6 +888,7 @@ examples/launch/Makefile examples/xml/Makefile examples/plugins/Makefile examples/typefind/Makefile +examples/mixer/Makefile editor/Makefile editor/pixmaps/Makefile tools/Makefile