diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2003-03-11 19:29:20 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2003-03-11 19:29:20 +0000 |
commit | ce6a262cf7db3d9a7a5e8daa6ed378ce3352b625 (patch) | |
tree | 404b6adc7d362c39e43a9bea1b11aae110bb8c3e /configure.ac | |
parent | c5f3b5e48c326f2c8e4fbf1d34e7ff4711ede0fa (diff) | |
download | gst-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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |