blob: d870ae0335d9c655f1c25209076bd6c40cdb1d2f (
plain) (
blame)
1
2
3
4
5
|
#include "de.h"
const char* ffDetectDEVersion(FF_A_UNUSED const FFstrbuf* deName, FF_A_UNUSED FFstrbuf* result, FF_A_UNUSED FFDEOptions* options) {
return "Not supported on this platform";
}
|