summarylogtreecommitdiffstats
path: root/vlc-3.0.11.1-srt_1.4.2.patch
diff options
context:
space:
mode:
authorBooloki2021-05-10 14:35:28 +0200
committerBooloki2021-05-10 14:35:28 +0200
commit393af9a959c8d1c75d9a4108c0dfc96e1a9ba849 (patch)
tree18fb84a2ade14d5fbc5e97d0f2301bd52f330a08 /vlc-3.0.11.1-srt_1.4.2.patch
parentdf3f952af5c0e967acd6847d85aa7f2b34e439cc (diff)
downloadaur-393af9a959c8d1c75d9a4108c0dfc96e1a9ba849.tar.gz
Update to version 3.0.13 with patch
Diffstat (limited to 'vlc-3.0.11.1-srt_1.4.2.patch')
-rw-r--r--vlc-3.0.11.1-srt_1.4.2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vlc-3.0.11.1-srt_1.4.2.patch b/vlc-3.0.11.1-srt_1.4.2.patch
index cadfa0edf81e..0bc3822e7a9d 100644
--- a/vlc-3.0.11.1-srt_1.4.2.patch
+++ b/vlc-3.0.11.1-srt_1.4.2.patch
@@ -1,3 +1,15 @@
+diff -ru vlc-3.0.13.orig/configure.ac vlc-3.0.13/configure.ac
+--- vlc-3.0.13.orig/configure.ac 2021-04-27 15:18:39.000000000 +0200
++++ vlc-3.0.13/configure.ac 2021-05-03 16:10:00.342592591 +0200
+@@ -4016,7 +4016,7 @@
+ 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
diff -ruN a/modules/access/srt.c b/modules/access/srt.c
--- a/modules/access/srt.c 2018-04-23 10:03:39.000000000 +0200
+++ b/modules/access/srt.c 2020-09-26 10:35:18.830149487 +0200