[vlc-devel] commit: Change filename_sanitize() to work on original string like path_sanitize(). (Antoine Cellerier )

Jean-Paul Saman jpsaman at gmail.com
Thu Feb 11 11:35:42 CET 2010


On Wed, Feb 10, 2010 at 8:39 PM, git version control <git at videolan.org> wrote:
> vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Feb 10 20:38:38 2010 +0100| [7e6968aec4e94e43b078ed682ec6f7cc69102510] | committer: Antoine Cellerier
>
> Change filename_sanitize() to work on original string like path_sanitize().
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e6968aec4e94e43b078ed682ec6f7cc69102510

This patch breaks the windows build, please fix:

  CC     text/libvlccore_la-charset.lo
  CC     text/libvlccore_la-strings.lo
../../src/text/strings.c: In function 'filename_sanitize':
../../src/text/strings.c:1008: error: 'str_base' undeclared (first use
in this function)
../../src/text/strings.c:1008: error: (Each undeclared identifier is
reported only once
../../src/text/strings.c:1008: error: for each function it appears in.)
../../src/text/strings.c: In function 'make_path':
../../src/text/strings.c:1181: warning: statement with no effect
make[4]: *** [text/libvlccore_la-strings.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

gtz
Jean-Paul Saman



More information about the vlc-devel mailing list