[vlc-commits] configure: ignore too new SRT
Rémi Denis-Courmont
git at videolan.org
Sun Jan 24 12:59:18 UTC 2021
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 17 12:16:51 2021 +0200| [3aad852a05d9a3b2469328cb9ea2e20b0acbce5c] | committer: Rémi Denis-Courmont
configure: ignore too new SRT
SRT does not maintain backward source compatibility. This breaks the
build on, e.g., Debian unstable.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3aad852a05d9a3b2469328cb9ea2e20b0acbce5c
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index fbd2ccd3a3..348bb63c78 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
More information about the vlc-commits
mailing list