[vlc-commits] commit: Configure: fix live555 detection (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon Oct 11 22:01:33 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 11 22:00:25 2010 +0200| [33547140752acf73ae96a2f6f93e787ac839d9e9] | committer: Jean-Baptiste Kempf
Configure: fix live555 detection
Yes, this code is weird, but well
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33547140752acf73ae96a2f6f93e787ac839d9e9
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index cdb611b..b06964f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1736,7 +1736,7 @@ if test "${enable_live555}" != "no"; then
[#include <liveMedia_version.hh>
#ifdef LIVEMEDIA_LIBRARY_VERSION_INT
#if LIVEMEDIA_LIBRARY_VERSION_INT < 1275091200
- NO!
+ yes
#endif
#endif],
[AC_MSG_RESULT([no])
More information about the vlc-commits
mailing list