webrtc/third_party/libvpx/source/config/android/vpx_config.c

3 lines
110 B
C
Raw Normal View History

static const char* const cfg = "--target=generic-gnu";
const char *vpx_codec_build_config(void) {return cfg;}