comparison libmpdvdkit2/config.h @ 20609:c90f6e02a589

Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set. Also remove the corresponding else case, it was unreachable.
author diego
date Fri, 03 Nov 2006 10:09:39 +0000
parents 72ca1c2facf3
children
comparison
equal deleted inserted replaced
20608:72ca1c2facf3 20609:c90f6e02a589
1 1
2 /* Define to 1 if you have the <unistd.h> header file. */ 2 /* Define to 1 if you have the <unistd.h> header file. */
3 #define HAVE_UNISTD_H 1 3 #define HAVE_UNISTD_H 1
4 4
5 #ifdef HAVE_MPLAYER
6
7 #include "../config.h" 5 #include "../config.h"
8
9 #else
10
11 /* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
12 #undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
13
14 /* Define if <dvd.h> defines DVD_STRUCT. */
15 #undef DVD_STRUCT_IN_DVD_H
16
17 /* Define if <linux/cdrom.h> defines DVD_STRUCT. */
18 #define DVD_STRUCT_IN_LINUX_CDROM_H 1
19
20 /* Define if <sys/cdio.h> defines dvd_struct. */
21 #undef DVD_STRUCT_IN_SYS_CDIO_H
22
23 /* Define if <sys/dvdio.h> defines dvd_struct. */
24 #undef DVD_STRUCT_IN_SYS_DVDIO_H
25
26 /* Define if FreeBSD-like dvd_struct is defined. */
27 #undef HAVE_BSD_DVD_STRUCT
28
29 /* Define if Linux-like dvd_struct is defined. */
30 #define HAVE_LINUX_DVD_STRUCT 1
31
32 /* Define if <sys/scsi.h> defines sctl_io. */
33 #undef HPUX_SCTL_IO
34
35 /* Have userspace SCSI headers. */
36 #undef SOLARIS_USCSI
37
38 #endif /* HAVE_MPLAYER */
39 6
40 /* Version number of package */ 7 /* Version number of package */
41 #define VERSION "1.2.9" 8 #define VERSION "1.2.9"