1. 09 Oct, 2008 9 commits
  2. 08 Oct, 2008 29 commits
  3. 07 Oct, 2008 2 commits
    • Derk-Jan Hartman's avatar
      win32 installer: fix some registry entries for win32 · f34d7584
      Derk-Jan Hartman authored
      Have a look at the path
        HKEY_CLASSES_ROOT\Applications\vlc.exe\shell\Play\command
      in the registry.
      
      In my registry under Vista 32 EN Business the value is
        C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file "%1"
      
      Normally, it should read
        "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file "%1"
      
      Windows Explorer accepts both variants but the first one causes problems
      when trying to call that command from self-written programs.
      
      Reported by Stefan <vbtricks  gmx.net>
      f34d7584
    • Geoffroy Couprie's avatar
      WinCE: reintroduce parse_cmdline · ff026ff6
      Geoffroy Couprie authored
      ff026ff6