X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fvcd%2Fvcd.c;h=57e1cbf534f479344e134126ae312cffa30296be;hb=8aa24cfe361b893a626016211e05f41c544f5c1b;hp=0a10eb70b7732bc9388d7b9a09c5f86a9c82be41;hpb=ac121d997285ab4a36ad1c88941d9a191c9a2275;p=vlc diff --git a/modules/access/vcd/vcd.c b/modules/access/vcd/vcd.c index 0a10eb70b7..57e1cbf534 100644 --- a/modules/access/vcd/vcd.c +++ b/modules/access/vcd/vcd.c @@ -2,7 +2,7 @@ * vcd.c : VCD input module for vlc ***************************************************************************** * Copyright (C) 2000 VideoLAN - * $Id: vcd.c,v 1.21 2003/05/18 15:44:03 gbazin Exp $ + * $Id: vcd.c,v 1.22 2003/05/22 12:00:57 gbazin Exp $ * * Author: Johan Bilien * @@ -103,12 +103,6 @@ static int VCDOpen( vlc_object_t *p_this ) int i_chapter = 1; vcddev_t *vcddev; -#ifdef WIN32 - /* On Win32 we want the VCD access plugin to be explicitly requested, - * we end up with lots of problems otherwise */ - if( !p_input->psz_access || !*p_input->psz_access ) return( -1 ); -#endif - /* parse the options passed in command line : */ psz_orig = psz_parser = psz_source = strdup( p_input->psz_name );