summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2003-03-11 19:29:20 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2003-03-11 19:29:20 +0000
commitce6a262cf7db3d9a7a5e8daa6ed378ce3352b625 (patch)
tree404b6adc7d362c39e43a9bea1b11aae110bb8c3e
parentc5f3b5e48c326f2c8e4fbf1d34e7ff4711ede0fa (diff)
downloadgst-plugins-bad-ce6a262cf7db3d9a7a5e8daa6ed378ce3352b625.tar.gz
gst-plugins-bad-ce6a262cf7db3d9a7a5e8daa6ed378ce3352b625.tar.bz2
gst-plugins-bad-ce6a262cf7db3d9a7a5e8daa6ed378ce3352b625.zip
Add monkeyaudio plugin
Original commit message from CVS: Add monkeyaudio plugin
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0981b9b4..668d359a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -238,7 +238,7 @@ GST_PLUGINS_ALL="\
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
- modplug"
+ modplug monkeyaudio"
else
AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
fi
@@ -1054,6 +1054,8 @@ gst/mpegtypes/Makefile
gst/modplug/Makefile
gst/modplug/libmodplug/Makefile
gst/monoscope/Makefile
+gst/monkeyaudio/Makefile
+gst/monkeyaudio/libmonkeyaudio/Makefile
gst/oneton/Makefile
gst/passthrough/Makefile
gst/playondemand/Makefile