11a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */
21a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/*  */
31a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/* Use of this source code is governed by a BSD-style license */
41a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/* that can be found in the LICENSE file in the root of the source */
51a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/* tree. An additional intellectual property rights grant can be found */
61a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/* in the file PATENTS.  All contributing project authors may */
71a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.org/* be found in the AUTHORS file in the root of the source tree. */
8db9ac6c76553d95d7eb35e2bcf84c16a7901c3c3fgalligan@chromium.orgstatic const char* const cfg = "--target=armv7-linux-gcc --enable-pic --enable-realtime-only --enable-runtime-cpu-detect --disable-edsp --enable-external-build --enable-postproc --disable-install-srcs --enable-multi-res-encoding --enable-temporal-denoising --disable-unit-tests --disable-install-docs --disable-examples --disable-avx2";
91a56a960efec162d5c45886b735c911a0c7216e6wjia@chromium.orgconst char *vpx_codec_build_config(void) {return cfg;}
10