[vlc-devel] [PATCH] Fix for cue sheet problem on Windows

Naohiro KORIYAMA nkoriyama at gmail.com
Mon Dec 12 00:04:31 CET 2011


2011/12/12 Jean-Baptiste Kempf <jb at videolan.org>:
> On Mon, Dec 12, 2011 at 06:57:43AM +0900, Naohiro KORIYAMA wrote :
>> Here is a patch for cue sheet problem on Windows.
>
> Does it work on normal OSes?

I check it on Windows and Mac OS X.
I don't have Linux environment.

> Why the patch on src/ at the same time?

A function vlc.string.make_uri  in lua scripts is a function
make_URI() in src/strings.c
And need to convert slash('/') to backslash('\').
If don't change this, VLC's executable path is added to the correct
path. (at line1140 in strings.c)

-- 
KORIYAMA, Naohiro
nkoriyama at gmail.com



More information about the vlc-devel mailing list