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
2204acd9
Commit
2204acd9
authored
Jan 28, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: update libdvdread to 5.0.2
parent
822f2507
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
19 deletions
+3
-19
contrib/src/dvdread/SHA512SUMS
contrib/src/dvdread/SHA512SUMS
+1
-1
contrib/src/dvdread/dvdread-win32.patch
contrib/src/dvdread/dvdread-win32.patch
+0
-13
contrib/src/dvdread/rules.mak
contrib/src/dvdread/rules.mak
+2
-5
No files found.
contrib/src/dvdread/SHA512SUMS
View file @
2204acd9
bc6d700001b6d71642ef92c4b9eec5732892f25ca53434edf0febf62797ebb85d2e5489109528c8e5b11cc71706b87c5ceedf458ed950b60efe6f2350ce4f09b libdvdread-5.0.0
.tar.bz2
2c963450d2870063f2f7cefbee3a574dcf570601bbb1834657fd8486715df80ad08da0d16a87e8081ec0baaab7b5509f02ab5aaa17a2ec95f7692819837b8f24 libdvdread-5.0.2
.tar.bz2
contrib/src/dvdread/dvdread-win32.patch
deleted
100644 → 0
View file @
822f2507
Index: dvdread/src/dvdread/ifo_types.h
===================================================================
--- dvdread/src/dvdread/ifo_types.h (révision 1188)
+++ dvdread/src/dvdread/ifo_types.h (copie de travail)
@@ -32,7 +32,7 @@
#if defined(__GNUC__)
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
-#define ATTRIBUTE_PACKED __attribute__ ((packed))
+#define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct))
#define PRAGMA_PACK 0
#endif
#endif
contrib/src/dvdread/rules.mak
View file @
2204acd9
# DVDREAD
LIBDVDREAD_VERSION
:=
5.0.
0
LIBDVDREAD_VERSION
:=
5.0.
2
LIBDVDREAD_URL
:=
$(VIDEOLAN)
/libdvdread/
$(LIBDVDREAD_VERSION)
/libdvdread-
$(LIBDVDREAD_VERSION)
.tar.bz2
ifdef
BUILD_DISCS
...
...
@@ -7,7 +7,7 @@ ifdef GPL
PKGS
+=
dvdread
endif
endif
ifeq
($(call need_pkg,"dvdread >
4.9
.0 "),)
ifeq
($(call need_pkg,"dvdread >
5.0
.0 "),)
PKGS_FOUND
+=
dvdread
endif
...
...
@@ -18,9 +18,6 @@ $(TARBALLS)/libdvdread-$(LIBDVDREAD_VERSION).tar.bz2:
dvdread
:
libdvdread-$(LIBDVDREAD_VERSION).tar.bz2 .sum-dvdread
$(UNPACK)
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/dvdread/dvdread-win32.patch
endif
cd
$(UNPACK_DIR)
&&
sed
-i
-e
's,Requires.private,Requires,g'
misc/
*
.pc.in
cd
$(UNPACK_DIR)
&&
autoreconf
-ivf
$(MOVE)
...
...
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