bbc / turingcodec

Source code for the Turing codec, an HEVC software encoder optimised for fast encoding of large resolution video content
http://turingcodec.org/
GNU General Public License v2.0
154 stars 39 forks source link

macOS Fixes & Travis Initial Integration #14

Closed jdek closed 6 years ago

jdek commented 7 years ago

The first 4 commits fix the build for macOS so it is compilable with GCC 6.0 (tested with the version from homebrew). The last commit is something to highlight portability issues with various compilers (most of the builds will fail, this is intentional, they will start to pass as portability increases).