summaryrefslogtreecommitdiffstats
path: root/src/detection/gpu/gpu_nosupport.c
blob: 95fb2f350a91227fd5b30e38d8c207d22caeda99 (plain) (blame)
1
2
3
4
5
6
#include "gpu.h"

const char* ffDetectGPUImpl(const FFGPUOptions* options, FFlist* gpus) {
    FF_UNUSED(options, gpus);
    return "Not supported on this platform";
}