mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #2332 - Update to libvpx 1.6.1
Backport of Bugzilla 1223692 and 1331498
This commit is contained in:
parent
6fdb3ac961
commit
b860c5fe95
1338 changed files with 350431 additions and 155085 deletions
10
media/libvpx/config/linux/x64/vpx_config.c
Normal file
10
media/libvpx/config/linux/x64/vpx_config.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* Copyright (c) 2011 The WebM project authors. All Rights Reserved. */
|
||||
/* */
|
||||
/* Use of this source code is governed by a BSD-style license */
|
||||
/* that can be found in the LICENSE file in the root of the source */
|
||||
/* tree. An additional intellectual property rights grant can be found */
|
||||
/* in the file PATENTS. All contributing project authors may */
|
||||
/* be found in the AUTHORS file in the root of the source tree. */
|
||||
#include "vpx/vpx_codec.h"
|
||||
static const char* const cfg = "--target=x86_64-linux-gcc --enable-external-build --disable-examples --disable-install-docs --disable-unit-tests --enable-multi-res-encoding --size-limit=8192x4608 --enable-pic --enable-postproc --enable-vp9-postproc --as=yasm";
|
||||
const char *vpx_codec_build_config(void) {return cfg;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue