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
0611e689
Commit
0611e689
authored
Sep 03, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libdvdread behaviour and crashes on Windows.
parent
5941c31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
extras/contrib/src/Patches/libdvdread.patch
extras/contrib/src/Patches/libdvdread.patch
+12
-12
No files found.
extras/contrib/src/Patches/libdvdread.patch
View file @
0611e689
...
...
@@ -79,16 +79,16 @@ Index: configure.ac
dnl ---------------------------------------------
dnl cflags
dnl ---------------------------------------------
Index:
autogen.s
h
Index:
src/ifo_types.
h
===================================================================
---
autogen.sh (revision 1107
)
+++
autogen.sh (working copy
)
@@ -
86,7 +86
,7 @@
try_libtool_executable() {
libtool=$1
LT="`$libtool --version | awk '{ print $4 }' | sed -e 's/[a-zA-Z\ \.\(\)\-\;]//g'`"
-
if test "$LT" -ne "" ; then
+
if test "$LT" -ne "0" ; then
LIBTOOL_MIN="`echo $LIBTOOL_MIN | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`"
if test $LT -lt 100 ; then
LT=`expr $LT \* 10`
---
src/ifo_types.h (révision 1132
)
+++
src/ifo_types.h (copie de travail
)
@@ -
30,7 +30
,7 @@
#if defined(__GNUC__)
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
-
#define ATTRIBUTE_PACKED __attribute__ ((packed))
+
#define ATTRIBUTE_PACKED __attribute__ ((gcc_struct,packed))
#define PRAGMA_PACK 0
#endif
#endif
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