Commit 0611e689 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix libdvdread behaviour and crashes on Windows.

parent 5941c31c
...@@ -79,16 +79,16 @@ Index: configure.ac ...@@ -79,16 +79,16 @@ Index: configure.ac
dnl --------------------------------------------- dnl ---------------------------------------------
dnl cflags dnl cflags
dnl --------------------------------------------- dnl ---------------------------------------------
Index: autogen.sh Index: src/ifo_types.h
=================================================================== ===================================================================
--- autogen.sh (revision 1107) --- src/ifo_types.h (révision 1132)
+++ autogen.sh (working copy) +++ src/ifo_types.h (copie de travail)
@@ -86,7 +86,7 @@ @@ -30,7 +30,7 @@
try_libtool_executable() {
libtool=$1 #if defined(__GNUC__)
LT="`$libtool --version | awk '{ print $4 }' | sed -e 's/[a-zA-Z\ \.\(\)\-\;]//g'`" #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
- if test "$LT" -ne "" ; then -#define ATTRIBUTE_PACKED __attribute__ ((packed))
+ if test "$LT" -ne "0" ; then +#define ATTRIBUTE_PACKED __attribute__ ((gcc_struct,packed))
LIBTOOL_MIN="`echo $LIBTOOL_MIN | sed -e 's/[a-zA-Z\ \.\(\)\-]//g'`" #define PRAGMA_PACK 0
if test $LT -lt 100 ; then #endif
LT=`expr $LT \* 10` #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment