]> git.sesse.net Git - vlc/commit
*) changed includes from
authorFlorian G. Pflug <fgp@videolan.org>
Mon, 26 Nov 2001 22:28:05 +0000 (22:28 +0000)
committerFlorian G. Pflug <fgp@videolan.org>
Mon, 26 Nov 2001 22:28:05 +0000 (22:28 +0000)
commita3d6b5caa1845512f4e7bd14ac8407e65ea17826
tree941527de8fb565bf8caaf9310b216761746f4ea1
parent3a824f81592123da64d35a1c7de3445283a8a9a0
 *) changed includes from
    #include <dvdread/...> to
    #include "..."

 *) Darwin doesn't have off64_t, stat64, lseek64. Added
    #ifdef SYS_DARWIN
    #define off64_t off_t
    ....
    #endif
    to dvdread.c

 *) Fixed stupid bug in vout_macos.x. On startup, it would
    try to free a non-existant QuickTime Sequence. This could be
    the reasons for (some?) of the crashes at startup.
extras/libdvdread/bswap.h
extras/libdvdread/dvdread.c
extras/libdvdread/ifo_print.h
extras/libdvdread/ifo_read.h
extras/libdvdread/ifo_types.h
extras/libdvdread/nav_print.h
extras/libdvdread/nav_read.h
extras/libdvdread/nav_types.h
plugins/macosx/vout_macosx.c