[Mplayer-cvslog] CVS: main configure,1.436,1.437

Arpi of Ize arpi at mplayerhq.hu
Wed Apr 24 21:37:13 CEST 2002


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




More information about the MPlayer-cvslog mailing list