[vlc-devel] commit: (contrib) regenerate libdvdread patch. (Jean-Paul Saman )

git version control git at videolan.org
Tue Oct 14 17:05:12 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Oct  7 12:08:36 2008 +0200| [f23bee0b6094d852cb7bece8ac1897ea5e9fc7ab] | committer: Jean-Paul Saman 

(contrib) regenerate libdvdread patch.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f23bee0b6094d852cb7bece8ac1897ea5e9fc7ab
---

 extras/contrib/src/Patches/libdvdread.patch |   36 +++++++++++++-------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/extras/contrib/src/Patches/libdvdread.patch b/extras/contrib/src/Patches/libdvdread.patch
index e3a8698..5d1355b 100644
--- a/extras/contrib/src/Patches/libdvdread.patch
+++ b/extras/contrib/src/Patches/libdvdread.patch
@@ -1,6 +1,19 @@
+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
 ===================================================================
---- configure.ac	(revision 1107)
+--- configure.ac	(revision 1153)
 +++ configure.ac	(working copy)
 @@ -137,24 +137,59 @@
  dnl ---------------------------------------------
@@ -16,10 +29,10 @@ Index: configure.ac
 -    ;;
 -  *)
 -    AC_CHECK_LIB(c, dlopen,
--	         DYNAMIC_LD_LIBS="",
--	         AC_CHECK_LIB(dl, dlopen,
--             	              DYNAMIC_LD_LIBS="-ldl",
--	                      AC_MSG_ERROR(dynamic linker needed)))
+-                 DYNAMIC_LD_LIBS="",
+-                 AC_CHECK_LIB(dl, dlopen,
+-                              DYNAMIC_LD_LIBS="-ldl",
+-                              AC_MSG_ERROR(dynamic linker needed)))
 -    AC_SUBST(DYNAMIC_LD_LIBS)
 -    ;;
 -esac
@@ -79,16 +92,3 @@ Index: configure.ac
  dnl ---------------------------------------------
  dnl cflags
  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




More information about the vlc-devel mailing list