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