Commit 39173fb7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Clarify live555 version error

parent 67ee9ccd
...@@ -1741,16 +1741,16 @@ if test "${enable_live555}" != "no"; then ...@@ -1741,16 +1741,16 @@ if test "${enable_live555}" != "no"; then
[#include <liveMedia_version.hh> [#include <liveMedia_version.hh>
#ifdef LIVEMEDIA_LIBRARY_VERSION_INT #ifdef LIVEMEDIA_LIBRARY_VERSION_INT
#if LIVEMEDIA_LIBRARY_VERSION_INT < 1275091200 #if LIVEMEDIA_LIBRARY_VERSION_INT < 1275091200
yes NO!
#endif #endif
#endif], #endif],
[AC_MSG_RESULT([no]) [AC_MSG_RESULT([no])
if test "${enable_live555}" == "yes"; then AC_MSG_WARN([The installed liveMedia version is too old:
AC_MSG_ERROR([Your version of liveMedia is too old: you may get a more recent one from http://www.live555.com/liveMedia. Version 2010.05.29 or later is required to proceed.
lternatively you can use --disable-live555 to disable the liveMedia plugin.]) You can get an updated one from http://www.live555.com/liveMedia .])
else AS_IF([test "${enable_live555}" == "yes"], [
AC_MSG_WARN([Your version of liveMedia is too old: you may get a more recent one from http://www.live555.com/liveMedia.]) AC_MSG_ERROR([Update live555 or pass --disable-live555 to disable the plugin.])
fi ])
],[ ],[
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
other_libs="-lgroupsock -lBasicUsageEnvironment -lUsageEnvironment" other_libs="-lgroupsock -lBasicUsageEnvironment -lUsageEnvironment"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment