Skip to content

Nightly build from 2021-11-09-02-01-51

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 02:01
eabd0f2
Use -D_FILE_OFFSET_BITS=64 instead of offset-width-specific functions…

… (#488)

It looks like MacOS 11 removes the *64 functions, which have really been useless since 10.5 as off_t has been defined as 64-bit wide since that version.

_FILE_OFFSET_BITS is added and defined to 64 in case somebody wanted to compile tsMuxer as i386 and still have support for >2GB files.