From 82de4042a44f3d3f2ef73f736665ae2bd4119ee4 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Tue, 6 Jan 2026 10:46:45 -0500 Subject: [PATCH] Update gmp-api to the latest upstream revision --- Makefile | 2 +- module/gmp-openh264.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65494f5f34..99e5842906 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LIBDIR_NAME=lib SHAREDLIB_DIR=$(PREFIX)/lib PROJECT_NAME=openh264 MODULE_NAME=gmpopenh264 -GMP_API_BRANCH=Firefox135 +GMP_API_BRANCH=5e076bc0e24de138176a1d1ac7449293c990aee4 GTEST_VER=release-1.8.1 CCASFLAGS=$(CFLAGS) STATIC_LDFLAGS=-lstdc++ diff --git a/module/gmp-openh264.cpp b/module/gmp-openh264.cpp index 4380c9c956..a73b375e4f 100644 --- a/module/gmp-openh264.cpp +++ b/module/gmp-openh264.cpp @@ -42,6 +42,7 @@ #include #include #include +#include #include "gmp-platform.h" #include "gmp-video-host.h"