mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
3 lines
187 B
C
3 lines
187 B
C
static const char* const cfg = "--target=generic-gnu --disable-vp8-encoder --disable-examples --disable-install-docs --enable-pic";
|
|
const char *vpx_codec_build_config(void) {return cfg;}
|