summaryrefslogtreecommitdiffstats
path: root/juk/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'juk/configure.in.bot')
-rw-r--r--juk/configure.in.bot4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/configure.in.bot b/juk/configure.in.bot
index f611be1c..b6ded388 100644
--- a/juk/configure.in.bot
+++ b/juk/configure.in.bot
@@ -10,12 +10,12 @@ fi
if test "x$with_gstreamer" = xcheck && test "x$have_gst" = xno; then
echo "**************************************************"
echo "*"
- echo "* You do not seem to have GStreamer 0.8.x installed."
+ echo "* You do not seem to have GStreamer 0.8.x, 0.10.x or 1.0.x installed."
echo "* Without this aRts and/or aKode output will be used exclusively."
echo "*"
echo "* If you actually have gstreamer installed make sure you also have"
echo "* the gst-plugins collection installed. Both gstreamer and"
- echo "* gst-plugins need to be 0.8.x (0.9 is not supported)"
+ echo "* gst-plugins need to be 0.8.x, 0.10.x or 1.0.x (0.9 is not supported)"
echo "* http://gstreamer.freedesktop.org/modules/"
echo "*"
echo "* JuK supports GStreamer output but will also"