]> git.sesse.net Git - vlc/commit
* ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
authorSam Hocevar <sam@videolan.org>
Sun, 10 Nov 2002 23:41:54 +0000 (23:41 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 10 Nov 2002 23:41:54 +0000 (23:41 +0000)
commit77c667f4093a67cca8e77b4cb76a5fd2a674a5bf
treed1c909233e0a290534a9e82216eafc95c410a7dc
parentbe8ca6e9a9924ccdf8c72449b85bdb97e05e87a6
  * ALL: libvlc now compiles and run under WinCE. I haven't ported any modules
    yet so there's little that can be tested, but threads work at least.
  * ./src/extras/libc.c: renamed strndup.c to libc.c because a few other
    libc functions were added (strcasecmp, atof, getenv...).
15 files changed:
Makefile.am
configure.ac.in
include/vlc_common.h
msvc/vlc.dsp
msvc/vlc.vcp
msvc/vlc.vcp.in
src/extras/dirent.c
src/extras/libc.c [new file with mode: 0644]
src/extras/strndup.c [deleted file]
src/input/input_ext-plugins.c
src/libvlc.c
src/misc/configuration.c
src/misc/threads.c
src/video_output/video_text.c
src/vlc.c