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