~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/gui/macosx/open.m

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * open.m: MacOS X module for vlc
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2002-2008 the VideoLAN team
5
 
 * $Id$
 
5
 * $Id: 4cfa9630295e6ca94457b22311fcfa8efc98c0d4 $
6
6
 *
7
7
 * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
8
8
 *          Christophe Massiot <massiot@via.ecp.fr>
472
472
 
473
473
    if( b_dir )
474
474
    {
475
 
        o_mrl_string = [NSString stringWithFormat: @"dir:%@", o_filename];
 
475
        o_mrl_string = [NSString stringWithFormat: @"directory://%@", o_filename];
476
476
    }
477
477
    else if( [o_ext isEqualToString: @"bin"] ||
478
478
        [o_ext isEqualToString: @"cue"] ||