summaryrefslogtreecommitdiffstats
path: root/src/detection/cpu/cpu_nosupport.c
blob: 309883db262aee0d1e6c795ed2c2098e4d7190e3 (plain) (blame)
1
2
3
4
5
#include "cpu.h"

const char* ffDetectCPUImpl(FF_A_UNUSED const FFCPUOptions* options, FF_A_UNUSED FFCPUResult* cpu) {
    return "Not supported on this platform";
}