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 | 0b8df8af8fd79c276f0272f5bf396a6868dbb609 (patch) | |
tree | 30eae2050245a161eb4e5b6c36d5d2cb5b09f57b /configure.ac | |
parent | b35e702188df6fe74075c379c598344de97af06c (diff) |
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 |