Commit 36a25fbe authored by Ramiro Polla's avatar Ramiro Polla Committed by Jean-Baptiste Kempf

vbi_bcd_digits_greater() needs zvbi >= 0.2.28.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f1c31ba2
...@@ -3423,7 +3423,7 @@ AC_ARG_ENABLE(telx, ...@@ -3423,7 +3423,7 @@ AC_ARG_ENABLE(telx,
AS_IF( [test "${enable_zvbi}" != "no"],[ AS_IF( [test "${enable_zvbi}" != "no"],[
PKG_CHECK_MODULES(ZVBI, PKG_CHECK_MODULES(ZVBI,
zvbi-0.2 >= 0.2.25, zvbi-0.2 >= 0.2.28,
[ [
VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS]) VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS])
if test "${SYS}" = "mingw32"; then if test "${SYS}" = "mingw32"; then
......
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