wok view lsdvd/stuff/lsdvd-0.16-configure.patch @ rev 18579

Up geos (3.5.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 11 14:50:32 2015 +0100 (2015-11-11)
parents
children
line source
1 --- lsdvd-0.16-ori/configure Mon Dec 12 21:22:45 2005
2 +++ lsdvd-0.16/configure Sat Apr 19 17:20:11 2008
3 @@ -2887,8 +2887,9 @@
4 cat confdefs.h >>conftest.$ac_ext
5 cat >>conftest.$ac_ext <<_ACEOF
6 /* end confdefs.h. */
7 +#include <stdint.h>
8 #include <dvdread/ifo_read.h>
9 - #include <stdint.h>
10 +
11 int
12 main ()
13 {
14 --- lsdvd-0.16-ori/configure.in Mon Dec 12 21:11:01 2005
15 +++ lsdvd-0.16/configure.in Sat Apr 19 17:19:36 2008
16 @@ -10,8 +10,8 @@
18 AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!]))
19 AC_MSG_CHECKING([for dvdread/ifo_read.h])
20 -AC_TRY_COMPILE([#include <dvdread/ifo_read.h>
21 - #include <stdint.h>], ,
22 +AC_TRY_COMPILE([#include <stdint.h>
23 + #include <dvdread/ifo_read.h>], ,
24 AC_MSG_RESULT([yes]),
25 AC_MSG_RESULT([no])
26 AC_MSG_ERROR([Header files for dvdread not found]))
27 --- lsdvd-0.16-ori/lsdvd.c Thu Mar 2 14:48:11 2006
28 +++ lsdvd-0.16/lsdvd.c Sat Apr 19 17:26:06 2008
29 @@ -13,13 +13,13 @@
30 * 2003-04-19 Cleanups get_title_name, added dvdtime2msec, added helper macros,
31 * output info structures in form of a Perl module, by Henk Vergonet.
32 */
33 -#include <dvdread/ifo_read.h>
34 #include <string.h>
35 #include <sys/stat.h>
36 #include <stdio.h>
37 #include <stdlib.h>
38 #include <unistd.h>
39 #include <stdint.h>
40 +#include <dvdread/ifo_read.h>
41 #include "lsdvd.h"
42 #include "ocode.h"