Files
webrtc/third_party/libvpx/source/config/mac/x64/vpx_config.c
holmer@google.com 7ad6d1cf27 Upgrading to libvpx 0.9.7-p1 (Cayuga)
Review URL: http://webrtc-codereview.appspot.com/91015

git-svn-id: http://webrtc.googlecode.com/svn/trunk@398 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-18 08:27:26 +00:00

3 lines
248 B
C

static const char* const cfg = "--target=x86_64-darwin10-gcc --enable-pic --enable-error-concealment --disable-install-docs --disable-install-srcs --disable-examples --disable-internal-stats";
const char *vpx_codec_build_config(void) {return cfg;}