[vlc-devel] [3.0 PATCH] configure: ignore too new SRT

remi at remlab.net remi at remlab.net
Sun Jan 17 10:18:22 UTC 2021


From: RĂ©mi Denis-Courmont <remi at remlab.net>

SRT does not maintain backward source compatibility. This breaks the
build on, e.g., Debian unstable.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 63c11509d0..5011be8892 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4016,7 +4016,7 @@ AM_CONDITIONAL([HAVE_LIRC], [test "${have_lirc}" = "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.2.2 srt < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
 
 EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
 dnl
-- 
2.30.0



More information about the vlc-devel mailing list