[Mplayer-cvslog] CVS: main configure,1.450,1.451
Arpi of Ize
arpi at mplayerhq.hu
Sun Apr 28 19:35:01 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6920
Modified Files:
configure
Log Message:
mpdvdkit vs. bsd fixed?
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.450
retrieving revision 1.451
diff -u -r1.450 -r1.451
--- configure 28 Apr 2002 17:25:10 -0000 1.450
+++ configure 28 Apr 2002 17:34:58 -0000 1.451
@@ -2621,15 +2621,14 @@
_inputmodules="mpdvdkit $_inputmodules"
_dvdread=included
fi
- if bsd ; then
- _def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1'
+ _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT'
+ _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT'
+ if linux || netbsd || openbsd ; then
+ _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1'
else
- _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT'
- fi
- if linux ; then
- _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1'
- else
- _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT'
+ if freebsd || bsdos ; then
+ _def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1'
+ fi
fi
else
_noinputmodules="mpdvdkit $_noinputmodules"
More information about the MPlayer-cvslog
mailing list