mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +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;}
|