mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3 lines
179 B
C
3 lines
179 B
C
static const char* const cfg = "--target=x86_64-linux-gcc --disable-vp8-encoder --disable-examples --disable-install-docs";
|
|
const char *vpx_codec_build_config(void) {return cfg;}
|