[vlc-commits] Update live555 error message version

Jean-Baptiste Kempf git at videolan.org
Thu Jan 19 23:42:01 CET 2012


vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 19 23:32:19 2012 +0100| [35cac5696cea74054b88dd4128189bc0ad5657f0] | committer: Jean-Baptiste Kempf

Update live555 error message version
(cherry picked from commit 768cafce8ddda08d12685319381b17f548e4c8e3)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=35cac5696cea74054b88dd4128189bc0ad5657f0
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6f54404..81a0d3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1729,7 +1729,7 @@ AS_IF([test "${enable_live555}" != "no" -a -n "${CXX}"], [
   ])
   AS_IF([test "$ac_cv_live555" = "no"], [
     AC_MSG_WARN([liveMedia is missing or its installed version is too old:
-Version 2010.05.29 or later is required to proceed.
+Version 2011.12.23 or later is required to proceed.
 You can get an updated one from http://www.live555.com/liveMedia .])
     AS_IF([test -n "${enable_live555}"], [
       AC_MSG_ERROR([Update live555 or pass --disable-live555 to disable RTSP input support.])



More information about the vlc-commits mailing list