[vlc-devel] commit: vbi_bcd_digits_greater() needs zvbi >= 0.2.28. (Ramiro Polla )
git version control
git at videolan.org
Fri Jan 8 19:47:13 CET 2010
vlc | branch: master | Ramiro Polla <ramiro.polla at gmail.com> | Fri Jan 8 14:31:21 2010 -0200| [36a25fbe8bd6710a9611beefc91587e9d69fbcfc] | committer: Jean-Baptiste Kempf
vbi_bcd_digits_greater() needs zvbi >= 0.2.28.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36a25fbe8bd6710a9611beefc91587e9d69fbcfc
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index b2632ba..9f058ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3423,7 +3423,7 @@ AC_ARG_ENABLE(telx,
AS_IF( [test "${enable_zvbi}" != "no"],[
PKG_CHECK_MODULES(ZVBI,
- zvbi-0.2 >= 0.2.25,
+ zvbi-0.2 >= 0.2.28,
[
VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS])
if test "${SYS}" = "mingw32"; then
More information about the vlc-devel
mailing list