diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-12 00:59:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-12 01:00:05 +0100 |
commit | 7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b (patch) | |
tree | fc48827ad2dcbcc143917da634213f9f122207b5 /juk/configure.in.bot | |
parent | ca88e18f9e636658d3a9b48a0db67e3357cfd36c (diff) | |
download | tdemultimedia-7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b.tar.gz tdemultimedia-7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b.zip |
Add GStreamer 1.0 support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 4d5e6b99d3c2436c34ca8db9720ab331d0190dce)
Diffstat (limited to 'juk/configure.in.bot')
-rw-r--r-- | juk/configure.in.bot | 4 |
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" |