[vlc-commits] Update live555 error message version
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 19 23:32:56 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 19 23:32:19 2012 +0100| [768cafce8ddda08d12685319381b17f548e4c8e3] | committer: Jean-Baptiste Kempf
Update live555 error message version
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=768cafce8ddda08d12685319381b17f548e4c8e3
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4f09324..ea65dfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1663,7 +1663,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