Magellan Linux

Annotation of /trunk/lsdvd/patches/lsdvd-0.16-libdvdread.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 224 - (hide annotations) (download)
Sat Jun 23 13:53:28 2007 UTC (16 years, 11 months ago) by niro
File size: 971 byte(s)
-new fixes

1 niro 224 Index: lsdvd-0.16/configure.in
2     ===================================================================
3     --- lsdvd-0.16.orig/configure.in
4     +++ lsdvd-0.16/configure.in
5     @@ -10,8 +10,8 @@ fi
6    
7     AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!]))
8     AC_MSG_CHECKING([for dvdread/ifo_read.h])
9     -AC_TRY_COMPILE([#include <dvdread/ifo_read.h>
10     - #include <stdint.h>], ,
11     +AC_TRY_COMPILE([#include <stdint.h>
12     + #include <dvdread/ifo_read.h>], ,
13     AC_MSG_RESULT([yes]),
14     AC_MSG_RESULT([no])
15     AC_MSG_ERROR([Header files for dvdread not found]))
16     Index: lsdvd-0.16/lsdvd.c
17     ===================================================================
18     --- lsdvd-0.16.orig/lsdvd.c
19     +++ lsdvd-0.16/lsdvd.c
20     @@ -13,6 +13,7 @@
21     * 2003-04-19 Cleanups get_title_name, added dvdtime2msec, added helper macros,
22     * output info structures in form of a Perl module, by Henk Vergonet.
23     */
24     +#include <stdint.h>
25     #include <dvdread/ifo_read.h>
26     #include <string.h>
27     #include <sys/stat.h>