summaryrefslogtreecommitdiffstats
path: root/src/detection/wallpaper/wallpaper_nosupport.c
blob: 9be8e9183a8a46282fae5aa8e79ab049b0723b60 (plain) (blame)
1
2
3
4
5
#include "wallpaper.h"

const char* ffDetectWallpaper(FF_A_UNUSED FFstrbuf* result) {
    return "Not supported on this platform";
}