3 lines
110 B
C
3 lines
110 B
C
static const char* const cfg = "--target=generic-gnu";
|
|
const char *vpx_codec_build_config(void) {return cfg;}
|