summaryrefslogtreecommitdiff
path: root/chromium/third_party/libaom/source/config/linux/x64/aom_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libaom/source/config/linux/x64/aom_config.c')
-rw-r--r--chromium/third_party/libaom/source/config/linux/x64/aom_config.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/third_party/libaom/source/config/linux/x64/aom_config.c b/chromium/third_party/libaom/source/config/linux/x64/aom_config.c
deleted file mode 100644
index 0166e5ad76e..00000000000
--- a/chromium/third_party/libaom/source/config/linux/x64/aom_config.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright (c) 2016, Alliance for Open Media. All rights reserved. */
-/* */
-/* This source code is subject to the terms of the BSD 2 Clause License and */
-/* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License */
-/* was not distributed with this source code in the LICENSE file, you can */
-/* obtain it at www.aomedia.org/license/software. If the Alliance for Open */
-/* Media Patent License 1.0 was not distributed with this source code in the */
-/* PATENTS file, you can obtain it at www.aomedia.org/license/patent. */
-#include "aom/aom_codec.h"
-static const char* const cfg = "--target=x86_64-linux-gcc --enable-external-build --enable-postproc --disable-av1-encoder --size-limit=16384x16384 --enable-realtime-only --disable-install-docs --disable-highbitdepth --enable-pic --as=yasm";
-const char *aom_codec_build_config(void) {return cfg;}