]> git.sesse.net Git - vlc/commitdiff
- The Win98 DVD input is finally working. (had to install Win98 on my
authorGildas Bazin <gbazin@videolan.org>
Sun, 15 Jul 2001 09:49:09 +0000 (09:49 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 15 Jul 2001 09:49:09 +0000 (09:49 +0000)
    computer to find the problem ;-)

extras/libdvdcss/libdvdcss.c

index 00d295e0216e331da3612604def8caee8c39d462..f00e679eb9bd762d92f1f4cac3e5af4111b98c02 100644 (file)
@@ -2,7 +2,7 @@
  * libdvdcss.c: DVD reading library.
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: libdvdcss.c,v 1.6 2001/07/12 23:06:54 gbazin Exp $
+ * $Id: libdvdcss.c,v 1.7 2001/07/15 09:49:09 gbazin Exp $
  *
  * Authors: Stéphane Borel <stef@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -648,12 +648,6 @@ static int _win32_dvdcss_aopen( char c_drive, dvdcss_handle dvdcss )
     fd->hASPI = (long) hASPI;
     fd->lpSendCommand = lpSendCommand;
 
-    if( !WIN2K )
-    {
-        fd->i_sid = MAKEWORD( ASPI_HAID, ASPI_TARGET );
-        return (int) fd;
-    }
-
     c_drive = c_drive > 'Z' ? c_drive - 'a' : c_drive - 'A';
 
     for( i = 0; i < i_hostadapters; i++ )