[x265] [PATCH] Fix: Build error in VS 11

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Jul 23 19:52:10 CEST 2018


On 23/07/2018 13:19, Ashok Kumar Mishra wrote:
> Pushed.

This broke a lot of applications by now requiring users include stdbool.h
before x265.h if they are using anything but MSVC.

AKA it broke all non-MSVC builds.

Proper fix is to not use bool in the header in the first place.

- Derek


More information about the x265-devel mailing list