98c5001e40
Review URL: http://webrtc-codereview.appspot.com/64001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@186 4adac7df-926f-26a2-2b94-8c16560cd09d
3 lines
208 B
C
3 lines
208 B
C
static const char* const cfg = "--target=x86_64-linux-gcc --enable-pic --disable-install-docs --disable-install-srcs --disable-examples --disable-psnr";
|
|
const char *vpx_codec_build_config(void) {return cfg;}
|