mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
3 lines
176 B
C
3 lines
176 B
C
static const char* const cfg = "--target=x86-win32-vs8 --disable-vp8-encoder --disable-examples --disable-install-docs";
|
|
const char *vpx_codec_build_config(void) {return cfg;}
|