summaryrefslogtreecommitdiffstats
path: root/src/detection/sound/sound_nosupport.c
blob: b67236082e04963472044bc50eb8f857a8653d66 (plain) (blame)
1
2
3
4
5
#include "sound.h"

const char* ffDetectSound(FF_A_UNUSED FFlist* devices /* List of FFSoundDevice */) {
    return "Not supported on this platform";
}