Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
c18ac66a
Commit
c18ac66a
authored
Oct 17, 2015
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Oct 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: update libebml to 1.3.2
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
59555853
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
18 deletions
+2
-18
contrib/src/ebml/SHA512SUMS
contrib/src/ebml/SHA512SUMS
+1
-1
contrib/src/ebml/eof.patch
contrib/src/ebml/eof.patch
+0
-15
contrib/src/ebml/rules.mak
contrib/src/ebml/rules.mak
+1
-2
No files found.
contrib/src/ebml/SHA512SUMS
View file @
c18ac66a
b4
2d198611e480a4938fe95b920f6ee6ca37453f9551990e4310ed82651f93284f1de1d871357b6280219634bbbf6a98d4ac988e25e7bd7b5bbf5c0ba5766334 libebml-1.3.1
.tar.bz2
b4
0ead62bf0f3768d0e669b96ee5b059f43eb1d77d35c8b7b738cd4b727195f61a681ba87f1fa0bf9844a93807e40442db8f8d549e76922b75880c83fd2678d3 libebml-1.3.2
.tar.bz2
contrib/src/ebml/eof.patch
deleted
100644 → 0
View file @
59555853
--- libebml/src/EbmlElement.cpp 2015-08-21 12:58:03.738589700 +0200
+++ libebml/src/EbmlElement.cpp.eof 2015-08-21 12:55:18.972736500 +0200
@@ -417,7 +417,10 @@
bFound = false;
break;
}
- ReadSize += DataStream.read(&PossibleIdNSize[SizeIdx++], 1);
+ if( DataStream.read( &PossibleIdNSize[SizeIdx++], 1 ) == 0 ) {
+ return NULL; // no more data ?
+ }
+ ReadSize++;
PossibleSizeLength++;
}
contrib/src/ebml/rules.mak
View file @
c18ac66a
# ebml
EBML_VERSION
:=
1.3.
1
EBML_VERSION
:=
1.3.
2
EBML_URL
:=
http://dl.matroska.org/downloads/libebml/libebml-
$(EBML_VERSION)
.tar.bz2
#EBML_URL := $(CONTRIB_VIDEOLAN)/libebml-$(EBML_VERSION).tar.bz2
...
...
@@ -11,7 +11,6 @@ $(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2:
libebml
:
libebml-$(EBML_VERSION).tar.bz2 .sum-ebml
$(UNPACK)
$(APPLY)
$(SRC)
/ebml/eof.patch
$(MOVE)
# libebml requires exceptions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment