3 lines
110 B
C
Raw Normal View History

static const char* const cfg = "--target=generic-gnu";
const char *vpx_codec_build_config(void) {return cfg;}