1 2 3 4 5
#include "initsystem.h" const char* ffDetectInitSystem(FF_A_UNUSED FFInitSystemResult* result) { return "Not supported on this platform"; }