diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-10 17:10:09 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-10 17:10:09 +0000 |
commit | 55e2df515317dbfccb4ada11bbca22edffca4922 (patch) | |
tree | 50f889272557bc3375a9df5efa9b4d991fb3c945 /configure.ac | |
parent | e276fe38badbf6f2e7b29ffa3ff0aab0bf443b8f (diff) | |
download | gst-plugins-bad-55e2df515317dbfccb4ada11bbca22edffca4922.tar.gz gst-plugins-bad-55e2df515317dbfccb4ada11bbca22edffca4922.tar.bz2 gst-plugins-bad-55e2df515317dbfccb4ada11bbca22edffca4922.zip |
Original commit message from CVS:
* configure.ac:
* gst/modplug/Makefile.am:
* gst/modplug/gstmodplug.cc:
* gst/modplug/gstmodplug.h:
* gst/modplug/libmodplug/sndfile.cpp:
* gst/modplug/libmodplug/sndfile.h:
modplug plugin ported to 0.10 (#332598, patch by:
Jonathan Matthew <jonathan at kaolin wh9 net>).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 87fca060..22a8a648 100644 --- a/configure.ac +++ b/configure.ac @@ -290,7 +290,9 @@ 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" + GST_PLUGINS_ALL="$GST_PLUGINS_ALL \ + modplug \ + " else AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler]) fi @@ -723,6 +725,8 @@ gst-plugins-bad.spec gst/Makefile gst/cdxaparse/Makefile gst/freeze/Makefile +gst/modplug/Makefile +gst/modplug/libmodplug/Makefile gst/speed/Makefile gst/qtdemux/Makefile gst/tta/Makefile |