diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-07-07 22:40:55 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-07-07 22:40:55 +0000 |
commit | 404c0f815da8ef2a69afe2db78f29e292d9da742 (patch) | |
tree | c0442593adb778195d3eb1a2e30a2dbb8a361b66 /configure.ac | |
parent | 2a6cf2eb84489fe0dc5c4411737ef4f443bbd66a (diff) | |
download | gst-plugins-bad-404c0f815da8ef2a69afe2db78f29e292d9da742.tar.gz gst-plugins-bad-404c0f815da8ef2a69afe2db78f29e292d9da742.tar.bz2 gst-plugins-bad-404c0f815da8ef2a69afe2db78f29e292d9da742.zip |
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I thi...
Original commit message from CVS:
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 18d7bece..8c1d20e6 100644 --- a/configure.ac +++ b/configure.ac @@ -262,7 +262,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 monkeyaudio" + modplug" else AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler]) fi @@ -1170,8 +1170,6 @@ 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 |