Skip to content

Commit

Permalink
⬆️ Bump up to 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Aug 26, 2021
1 parent 7d4ffe2 commit bc28dc2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
repository: "videolan/vlc-3.0"
ref: 41878ff4f2a4b566cf0a1bd15f72037b2be98a18 # 3.0.14
repository: "videolan/vlc"
ref: 5e70837d8d766db6ca5052a2d4f503ad37243d9c # 3.0.16
- uses: actions/checkout@v2
with:
path: vlc-build
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
repository: "videolan/vlc-3.0"
ref: 41878ff4f2a4b566cf0a1bd15f72037b2be98a18 # 3.0.14
repository: "videolan/vlc"
ref: 5e70837d8d766db6ca5052a2d4f503ad37243d9c # 3.0.16
- uses: actions/checkout@v2
with:
path: vlc-build
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
name: windows-build
path: |
build/win64/vlc-3.0.14/*.txt
build/win64/vlc-3.0.14/libvlc.dll
build/win64/vlc-3.0.14/libvlccore.dll
build/win64/vlc-3.0.14/plugins
build/win64/vlc-3.0.16/*.txt
build/win64/vlc-3.0.16/libvlc.dll
build/win64/vlc-3.0.16/libvlccore.dll
build/win64/vlc-3.0.16/plugins
6 changes: 3 additions & 3 deletions patches/configure.ac.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/configure.ac b/configure.ac
index cc2037594b2c..f73e55e97ed1 100644
index 7db5256a84..3dfd82a9f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ AC_INIT(vlc, 3.0.14)
@@ -6,8 +6,8 @@ AC_INIT(vlc, 3.0.16)
VERSION_MAJOR=3
VERSION_MINOR=0
VERSION_REVISION=14
VERSION_REVISION=16
-VERSION_EXTRA=0
-VERSION_DEV=
+VERSION_EXTRA=999
Expand Down
4 changes: 2 additions & 2 deletions patches/mpegts.c.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/modules/demux/mpeg/ts.c b/modules/demux/mpeg/ts.c
index 3dbe52775694..af2e308116bf 100644
index 67abfdf44f..8b35e430ed 100644
--- a/modules/demux/mpeg/ts.c
+++ b/modules/demux/mpeg/ts.c
@@ -2192,6 +2192,7 @@ static void ProgramSetPCR( demux_t *p_demux, ts_pmt_t *p_pmt, mtime_t i_pcr )
@@ -2202,6 +2202,7 @@ static void ProgramSetPCR( demux_t *p_demux, ts_pmt_t *p_pmt, mtime_t i_pcr )
{
p_pmt->pcr.i_first = i_pcr; // now seen
}
Expand Down

0 comments on commit bc28dc2

Please sign in to comment.