tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 093652fd53f518ac42a2ed8b66fb7788d1a98c4b
parent fa4940a8e622dcee8731c9c1dd6ed92b786af832
Author: Michael Froman <mfroman@mozilla.com>
Date:   Wed,  8 Oct 2025 21:19:46 -0500

Bug 1993083 (MOZ) - add trampoline header for vpx_ext_ratectrl.h

Diffstat:
Athird_party/libwebrtc/third_party/libvpx/source/libvpx/vpx/vpx_ext_ratectrl.h | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/third_party/libwebrtc/third_party/libvpx/source/libvpx/vpx/vpx_ext_ratectrl.h b/third_party/libwebrtc/third_party/libvpx/source/libvpx/vpx/vpx_ext_ratectrl.h @@ -0,0 +1,22 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* vim: set ts=2 et sw=2 tw=80: */ +/* + * Copyright 2024 Mozilla Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +#pragma once +// This is a trampoline header meant to redirect from where libwebrtc code +// expects third_party headers to where those headers exist in the Mozilla +// Firefox repository. +#include <vpx/vpx_ext_ratectrl.h>