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