[MPlayer-dev-eng] [PATCH] cygwin dvd, bswap, and vo2

Sylvain Petreolle spetreolle at yahoo.fr
Fri Jun 28 03:02:20 CEST 2002


> These patches have not been committed, nor have they
> been tested
> yet.  If you would be so kind as to test them? 
> Perhaps if they
> work, someone will commit them.  Thanks!
> 
I got a reject on configure with current cvs on the
first patch (aka cygwin dvd patch), the 2 others apply
fine.

***************
*** 2973,2981 ****
   fi
  fi
  if test "$_dvdkit" = yes ; then
-   if test "$_dvd" = yes || test "$_cdrom" = yes ||
test "$_cdio" = yes || test "$_dvdio" = yes || test
"$_bdsi_dvd" = yes ; then
      _inputmodules="mpdvdkit $_inputmodules"
      _dvdread=included
    fi
    _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT'
    _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT'
--- 2973,2983 ----
   fi
  fi
  if test "$_dvdkit" = yes ; then
+   if test "$_dvd" = yes || test "$_cdrom" = yes ||
test "$_cdio" = yes || test "$_dvdio" = yes || test
"$_bdsi_dvd" = yes || cygwin; then
      _inputmodules="mpdvdkit $_inputmodules"
      _dvdread=included
+   else
+     _noinputmodules="mpdvdkit $_noinputmodules"
    fi
    _def_dvd_linux='#undef HAVE_LINUX_DVD_STRUCT'
    _def_dvd_bsd='#undef HAVE_BSD_DVD_STRUCT'



___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the MPlayer-dev-eng mailing list