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
f23bee0b
Commit
f23bee0b
authored
Oct 07, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(contrib) regenerate libdvdread patch.
parent
19cfce62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
extras/contrib/src/Patches/libdvdread.patch
extras/contrib/src/Patches/libdvdread.patch
+18
-18
No files found.
extras/contrib/src/Patches/libdvdread.patch
View file @
f23bee0b
Index: src/ifo_types.h
===================================================================
--- 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
Index: configure.ac
Index: configure.ac
===================================================================
===================================================================
--- configure.ac (revision 11
07
)
--- configure.ac (revision 11
53
)
+++ configure.ac (working copy)
+++ configure.ac (working copy)
@@ -137,24 +137,59 @@
@@ -137,24 +137,59 @@
dnl ---------------------------------------------
dnl ---------------------------------------------
...
@@ -16,10 +29,10 @@ Index: configure.ac
...
@@ -16,10 +29,10 @@ Index: configure.ac
- ;;
- ;;
- *)
- *)
- AC_CHECK_LIB(c, dlopen,
- AC_CHECK_LIB(c, dlopen,
-
DYNAMIC_LD_LIBS="",
-
DYNAMIC_LD_LIBS="",
-
AC_CHECK_LIB(dl, dlopen,
-
AC_CHECK_LIB(dl, dlopen,
-
DYNAMIC_LD_LIBS="-ldl",
-
DYNAMIC_LD_LIBS="-ldl",
-
AC_MSG_ERROR(dynamic linker needed)))
-
AC_MSG_ERROR(dynamic linker needed)))
- AC_SUBST(DYNAMIC_LD_LIBS)
- AC_SUBST(DYNAMIC_LD_LIBS)
- ;;
- ;;
-esac
-esac
...
@@ -79,16 +92,3 @@ Index: configure.ac
...
@@ -79,16 +92,3 @@ Index: configure.ac
dnl ---------------------------------------------
dnl ---------------------------------------------
dnl cflags
dnl cflags
dnl ---------------------------------------------
dnl ---------------------------------------------
Index: src/ifo_types.h
===================================================================
--- 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