tor-browser

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

commit 326cfe0400facc620002e10a419293adcda3077c
parent a8d061235f7850366aff9b38f841d872105ac39f
Author: Atila Butkovits <abutkovits@mozilla.com>
Date:   Wed, 24 Dec 2025 01:32:40 +0200

Revert "Bug 2005122 - Fix duplicate define warnings with ffvpx due to header order inversion. r=media-playback-reviewers,padenot" for causing webgl failures.

This reverts commit b155d5523cd205b7e87fb21ed856710d9101120a.

Diffstat:
Mmedia/ffvpx/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media/ffvpx/config.h b/media/ffvpx/config.h @@ -68,6 +68,6 @@ # endif #endif // else MOZ_FFVPX_AUDIOONLY // -#include "config_components.h" +#include "config_override.h" #endif // MOZ_FFVPX_CONFIG_H