Skip to content
  • Florian G. Pflug's avatar
    *) changed includes from · a3d6b5ca
    Florian G. Pflug authored
        #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.
    a3d6b5ca