[Mplayer-cvslog] CVS: main configure,1.436,1.437
Arpi of Ize
arpi at mplayerhq.hu
Wed Apr 24 21:37:13 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpdvdkit Makefile,NONE,1.1 README,NONE,1.1 bswap.h,NONE,1.1 common.h,NONE,1.1 config.h,NONE,1.1 css.c,NONE,1.1 css.h,NONE,1.1 csstables.h,NONE,1.1 dvd_reader.c,NONE,1.1 dvd_reader.h,NONE,1.1 dvd_udf.c,NONE,1.1 dvd_udf.h,NONE,1.1 dvdcss.h,NONE,1.1 get_path.c,NONE,1.1 ifo_print.c,NONE,1.1 ifo_print.h,NONE,1.1 ifo_read.c,NONE,1.1 ifo_read.h,NONE,1.1 ifo_types.h,NONE,1.1 int_types.h,NONE,1.1 ioctl.c,NONE,1.1 ioctl.h,NONE,1.1 libdvdcss.c,NONE,1.1 libdvdcss.h,NONE,1.1 nav_print.c,NONE,1.1 nav_print.h,NONE,1.1 nav_read.c,NONE,1.1 nav_read.h,NONE,1.1 nav_types.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/debian rules,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6863
Modified Files:
configure
Log Message:
enable dvdkit only for linux, bsd* and solaris
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -r1.436 -r1.437
--- configure 24 Apr 2002 02:02:50 -0000 1.436
+++ configure 24 Apr 2002 19:37:10 -0000 1.437
@@ -2574,7 +2574,9 @@
echocheck "DVD support (libmpdvdkit)"
if test "$_dvdkit" = auto ; then
_dvdkit=no
- test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
+ if linux || bsd || sunos ; then
+ test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
+ fi
fi
if test "$_dvdkit" = yes ; then
test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes
- Previous message: [Mplayer-cvslog] CVS: main/libmpdvdkit Makefile,NONE,1.1 README,NONE,1.1 bswap.h,NONE,1.1 common.h,NONE,1.1 config.h,NONE,1.1 css.c,NONE,1.1 css.h,NONE,1.1 csstables.h,NONE,1.1 dvd_reader.c,NONE,1.1 dvd_reader.h,NONE,1.1 dvd_udf.c,NONE,1.1 dvd_udf.h,NONE,1.1 dvdcss.h,NONE,1.1 get_path.c,NONE,1.1 ifo_print.c,NONE,1.1 ifo_print.h,NONE,1.1 ifo_read.c,NONE,1.1 ifo_read.h,NONE,1.1 ifo_types.h,NONE,1.1 int_types.h,NONE,1.1 ioctl.c,NONE,1.1 ioctl.h,NONE,1.1 libdvdcss.c,NONE,1.1 libdvdcss.h,NONE,1.1 nav_print.c,NONE,1.1 nav_print.h,NONE,1.1 nav_read.c,NONE,1.1 nav_read.h,NONE,1.1 nav_types.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main/debian rules,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list