[Mplayer-cvslog] CVS: main configure,1.452,1.453

Arpi of Ize arpi at mplayerhq.hu
Sun Apr 28 23:05:13 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv28488

Modified Files:
	configure 
Log Message:
only freebsd has BSD-style dvd_struct? - enable dvdkit only for linux+freebsd

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -r1.452 -r1.453
--- configure	28 Apr 2002 20:20:05 -0000	1.452
+++ configure	28 Apr 2002 21:05:09 -0000	1.453
@@ -2626,7 +2626,7 @@
 echocheck "DVD support (libmpdvdkit)"
 if test "$_dvdkit" = auto ; then
  _dvdkit=no
- if linux || bsd || sunos ; then
+ if linux || freebsd ; then
   test -f "./libmpdvdkit/Makefile" && _dvdkit=yes
  fi
 fi
@@ -2638,10 +2638,10 @@
   fi
   _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT'
   _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT'
-  if linux || netbsd || openbsd ; then
+  if linux || netbsd || openbsd || bsdos ; then
     _def_dvd_linux='#define HAVE_LINUX_DVD_STRUCT 1'
   else
-    if freebsd || bsdos ; then
+    if freebsd ; then
      _def_dvd_bsd='#define HAVE_BSD_DVD_STRUCT 1'
     fi
   fi




More information about the MPlayer-cvslog mailing list