mkrufky / libdvbtee

dvbtee: a digital television streamer / parser / service information aggregator supporting various interfaces including telnet CLI & http control
GNU Lesser General Public License v2.1
79 stars 31 forks source link

can't open very large files #52

Closed googolcore closed 5 years ago

googolcore commented 5 years ago

can`t open very large files. (-F option)

maybe over 2GB file have a problem.

need to add or modify the CPPFLAGS option. CPPFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"

attach modified file (build-auto.sh) build-auto.zip

mkrufky commented 5 years ago

nice catch! This feature somehow got lost when I moved to the automake build system. I will apply the changes. In the future, please send it as a pull request. I will apply this manually and make a new release