mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
3 lines
194 B
C
3 lines
194 B
C
|
static const char* const cfg = "--target=x86_64-darwin9-gcc --enable-pic --disable-examples --disable-vp8-encoder --disable-install-docs";
|
||
|
const char *vpx_codec_build_config(void) {return cfg;}
|