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

Please make havoc optional #17

Open lu-zero opened 7 years ago

lu-zero commented 7 years ago

Havoc does not build with clang (main compiler on MacOSX, FreeBSD and soon some Linux distributions) and does not support non-x86 platforms (e.g. Power8 and server-grade arm64).

MarcAntoine-Arnaud commented 7 years ago

I provide a patch available here: https://github.com/kupix/havoc/pull/2 and the build result on travis: https://travis-ci.org/MarcAntoine-Arnaud/havoc

I think it's more to have Havoc as external dependency which can be a better improvement for Turing Codec.

feliwir commented 7 years ago

also doesn't compile with MSVC 2017