summaryrefslogtreecommitdiffstats
path: root/juk/configure.in.bot
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-12 00:59:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-12 00:59:54 +0100
commit4d5e6b99d3c2436c34ca8db9720ab331d0190dce (patch)
tree1adf737641faf73e756088e72f59d583d93f2890 /juk/configure.in.bot
parentebbe6c574d83e25d4953bbf05d00338f9173d2f6 (diff)
downloadtdemultimedia-4d5e6b99d3c2436c34ca8db9720ab331d0190dce.tar.gz
tdemultimedia-4d5e6b99d3c2436c34ca8db9720ab331d0190dce.zip
Add GStreamer 1.0 support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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"