Commit c258d21 breaks build on linux as bool not a C type and stdbool is required

Issue #428 closed
Former user created an issue

Removing stdbool.h breaks compiling with C on linux (at least). This breaks building ffmpeg etc.

/usr/include/x265.h:172:5: error: unknown type name 'bool'

bool is not a fundamental type in plain C and requires #include <stdbool.h>.

Comments (4)

  1. Log in to comment