[Mplayer-cvslog] CVS: main configure,1.615,1.616
Arpi of Ize
arpi at mplayerhq.hu
Wed Dec 4 22:33:40 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29381
Modified Files:
configure
Log Message:
Darwin support in libmpdvdkit2
patch by Tomas Hurka <tom at hukatronic.cz>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.615
retrieving revision 1.616
diff -u -r1.615 -r1.616
--- configure 4 Dec 2002 20:27:21 -0000 1.615
+++ configure 4 Dec 2002 21:33:36 -0000 1.616
@@ -3279,7 +3279,7 @@
fi
fi
if test "$_dvdkit" = yes ; then
- if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || cygwin; then
+ if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || darwin || cygwin ; then
if test -f "./libmpdvdkit2/Makefile" ; then
_inputmodules="mpdvdkit2 $_inputmodules"
_dvdread=libmpdvdkit2
@@ -3295,6 +3295,7 @@
_def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT'
_def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT'
_dev_dvd_openbsd='#undef HAVE_OPENBSD_DVD_STRUCT'
+ _def_dvd_darwin='#undef DARWIN_DVD_IOCTL'
if linux || netbsd || openbsd || bsdos ; then
_def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1'
if openbsd ; then
@@ -3303,6 +3304,10 @@
else
if freebsd ; then
_def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1'
+ else
+ if darwin ; then
+ _def_dvd_darwin='#define DARWIN_DVD_IOCTL'
+ fi
fi
fi
else
@@ -4730,6 +4735,7 @@
$_def_dvd_bsd
$_def_dvd_linux
$_dev_dvd_openbsd
+$_def_dvd_darwin
$_def_sol_scsi_h
$_def_hpux_scsi_h
$_def_stddef
More information about the MPlayer-cvslog
mailing list