]> git.sesse.net Git - vlc/commit
Fix another series of HAVE_ dependencies (string replacement functions mostly).
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 27 Jan 2008 16:31:12 +0000 (16:31 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 27 Jan 2008 16:31:12 +0000 (16:31 +0000)
commit47756a76e28ebd414ad5c33963b356e55774ef19
tree4bd6bb4c68bc412cde8e5e0186880360d42e566e
parente6fc3cac4bd65c97fc07a5245ab8595803e8cc37
Fix another series of HAVE_ dependencies (string replacement functions mostly).
Now vlc/vlc.h can be included out of the box.
However, I believe it will only work properly on little-endian 32-bits platforms.
configure.ac
include/vlc_common.h
include/vlc_fixups.h [new file with mode: 0644]
src/extras/libc.c
src/test/headers.c