[vlc-commits] configure.ac: Require at least srt 1.3.0
David Fuhrmann
git at videolan.org
Wed Mar 20 21:13:59 CET 2019
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Mar 20 21:11:19 2019 +0100| [80b149ddf92226d12e71d4de6e6233f52b1ea2bb] | committer: David Fuhrmann
configure.ac: Require at least srt 1.3.0
Recent commits use defines like SRT_LIVE_DEF_PLSIZE, which are
only available starting with that srt version.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80b149ddf92226d12e71d4de6e6233f52b1ea2bb
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index b87e969abc..1bd42678b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4166,7 +4166,7 @@ AM_CONDITIONAL([HAVE_BITSTREAM], [test "${have_bitstream}" = "yes"])
dnl
dnl SRT plugin
dnl
-PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
+PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
dnl
More information about the vlc-commits
mailing list