x265 fails to compile on arch linux

Issue #32 resolved
Gerhard Bogner created an issue

x265 currently fails to compile, probably due to a missing #include <sys/time.h>:

/usr/src/x265-hg/src/x265/source/common/threading.h: In member function ‘bool x265::Event::timedWait(uint32_t)’: /usr/src/x265-hg/src/x265/source/common/threading.h:281:35: error: ‘gettimeofday’ was not declared in this scope gettimeofday(&tv, NULL);

Comments (2)

  1. Log in to comment