Coverage Report

Created: 2024-09-06 07:53

/src/libvpx/vpx_config.c
Line
Count
Source
1
/* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */
2
/*  */
3
/* Use of this source code is governed by a BSD-style license */
4
/* that can be found in the LICENSE file in the root of the source */
5
/* tree. An additional intellectual property rights grant can be found */
6
/* in the file PATENTS.  All contributing project authors may */
7
/* be found in the AUTHORS file in the root of the source tree. */
8
#include "vpx/vpx_codec.h"
9
static const char* const cfg = "--prefix=/src/ffmpeg_deps --disable-docs --disable-examples --disable-tools --disable-unit-tests --enable-vp9-highbitdepth --size-limit=12288x12288 --extra-cflags=-DVPX_MAX_ALLOCABLE_MEMORY=1073741824";
10
8.06k
const char *vpx_codec_build_config(void) {return cfg;}