# HG changeset patch # User diego # Date 1162548579 0 # Node ID c90f6e02a589bc3c5a37f0beafebd934c1038732 # Parent 72ca1c2facf3e0d7910504c407294a17a2eead67 Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set. Also remove the corresponding else case, it was unreachable. diff -r 72ca1c2facf3 -r c90f6e02a589 libmpdvdkit2/config.h --- a/libmpdvdkit2/config.h Fri Nov 03 09:58:23 2006 +0000 +++ b/libmpdvdkit2/config.h Fri Nov 03 10:09:39 2006 +0000 @@ -2,40 +2,7 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -#ifdef HAVE_MPLAYER - #include "../config.h" -#else - -/* Define if defines DVD_STRUCT. */ -#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H - -/* Define if defines DVD_STRUCT. */ -#undef DVD_STRUCT_IN_DVD_H - -/* Define if defines DVD_STRUCT. */ -#define DVD_STRUCT_IN_LINUX_CDROM_H 1 - -/* Define if defines dvd_struct. */ -#undef DVD_STRUCT_IN_SYS_CDIO_H - -/* Define if defines dvd_struct. */ -#undef DVD_STRUCT_IN_SYS_DVDIO_H - -/* Define if FreeBSD-like dvd_struct is defined. */ -#undef HAVE_BSD_DVD_STRUCT - -/* Define if Linux-like dvd_struct is defined. */ -#define HAVE_LINUX_DVD_STRUCT 1 - -/* Define if defines sctl_io. */ -#undef HPUX_SCTL_IO - -/* Have userspace SCSI headers. */ -#undef SOLARIS_USCSI - -#endif /* HAVE_MPLAYER */ - /* Version number of package */ #define VERSION "1.2.9"