From 5585a133ce20cab1282f07d48da12d79c0814698 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Fri, 30 Apr 2021 00:00:19 +0200 Subject: [PATCH] Add patch --- ...-Revert-configure-ignore-too-new-SRT.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 0001-Revert-configure-ignore-too-new-SRT.patch diff --git a/0001-Revert-configure-ignore-too-new-SRT.patch b/0001-Revert-configure-ignore-too-new-SRT.patch new file mode 100644 index 0000000..7b1c9fb --- /dev/null +++ b/0001-Revert-configure-ignore-too-new-SRT.patch @@ -0,0 +1,26 @@ +From 903923d4f491c4b557ad2a9a4fd28e47975d8054 Mon Sep 17 00:00:00 2001 +From: Nicolas Chauvet +Date: Thu, 29 Apr 2021 23:56:35 +0200 +Subject: [PATCH] Revert "configure: ignore too new SRT" + +This reverts commit 3aad852a05d9a3b2469328cb9ea2e20b0acbce5c. +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index d37af9e4179e..14028f478bd0 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 < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT]) ++PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT]) + + EXTEND_HELP_STRING([Visualisations and Video filter plugins:]) + dnl +-- +2.30.2 +