vlc | branch: master | David Fuhrmann <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to