[vlc-devel] [PATCH] Win32: undefined reference to _strsep

Antoine Cellerier dionoea at videolan.org
Wed Sep 3 17:43:16 CEST 2008


On Wed, Sep 03, 2008, Geoffroy Couprie wrote:
> Since 9f9d89824ba205868f06d9e07aeb4e8182817baf, we get an undefined
> reference, because there is no strsep on Windows. I replaced it with
> strtok in this patch, but there are known problems with this function
> (and no, I can't use strtok_r or MS' strtok_s with mingw). Could
> someone check if this patch is correct?

Pierre has a patch to fix that issue on windows but he's too lazy to
commit it. (Basically we implemented strsep for windows)

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list