Also fix a build error in bflib_fmvids.cpp. This file includes local headers before C/C++ standard headers, so that our true/false definitions conflict with the ones in C++. This problem only occurs in std::optional when you enable C++17.
The best way to fix this should be removing our true/false definitions since they are provided in stdbool.h in C99.
Also remove our useless NULL definition.
Type: New Feature
Change-Id: I7435c628fe970e402ef8fdcf2051385c88689318
The best way to fix this should be removing our true/false definitions since they are provided in stdbool.h in C99.
Also remove our useless NULL definition.
Type: New Feature Change-Id: I7435c628fe970e402ef8fdcf2051385c88689318