Skip to content
Snippets Groups Projects
Commit 36a25fbe authored by Ramiro Polla's avatar Ramiro Polla Committed by Jean-Baptiste Kempf
Browse files

vbi_bcd_digits_greater() needs zvbi >= 0.2.28.


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f1c31ba2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment