Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
4094a14a
Commit
4094a14a
authored
Apr 21, 2005
by
Steve Lhomme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: update to the latest libebml/libmatroska packages
parent
42e803f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
extras/contrib/src/Patches/libebml.patch
extras/contrib/src/Patches/libebml.patch
+0
-15
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
extras/contrib/src/Patches/libebml.patch
deleted
100644 → 0
View file @
42e803f4
Index: libebml/src/EbmlFloat.cpp
===================================================================
--- libebml/src/EbmlFloat.cpp (revision 1099)
+++ libebml/src/EbmlFloat.cpp (revision 1101)
@@ -102,8 +102,8 @@
if (Size == 4) {
big_int32 TmpRead;
TmpRead.Eval(Buffer);
- float val = *((float *)&(int32(TmpRead)));
- Value = val;
+ int32 tmpp = int32(TmpRead);
+ Value = *((float *) &tmpp);
bValueIsSet = true;
} else if (Size == 8) {
big_int64 TmpRead;
extras/contrib/src/packages.mak
View file @
4094a14a
...
...
@@ -71,9 +71,9 @@ FAAC_VERSION=1.24
FAAC_URL
=
$(VIDEOLAN)
/testing/contrib/faac-
$(FAAC_VERSION)
.tar.bz2
LAME_VERSION
=
3.93.1
LAME_URL
=
$(SF)
/lame/lame-
$(LAME_VERSION)
.tar.gz
LIBEBML_VERSION
=
0.7.
3
LIBEBML_VERSION
=
0.7.
4
LIBEBML_URL
=
http://dl.matroska.org/downloads/libebml/libebml-
$(LIBEBML_VERSION)
.tar.bz2
LIBMATROSKA_VERSION
=
0.7.
5
LIBMATROSKA_VERSION
=
0.7.
6
LIBMATROSKA_URL
=
http://dl.matroska.org/downloads/libmatroska/libmatroska-
$(LIBMATROSKA_VERSION)
.tar.bz2
FFMPEG_VERSION
=
0.4.8
FFMPEG_URL
=
$(SF)
/ffmpeg/ffmpeg-
$(FFMPEG_VERSION)
.tar.gz
...
...
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