Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[openh264] Update to version 2.5.0 #42966

Merged
merged 14 commits into from
Jan 3, 2025
Prev Previous commit
Next Next commit
Finish
dg0yt committed Dec 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0b1eb61d8194faff11c5fd135d42360dcba93b77
6 changes: 3 additions & 3 deletions ports/openh264/portfile.cmake
Original file line number Diff line number Diff line change
@@ -28,12 +28,12 @@ elseif(VCPKG_TARGET_IS_WINDOWS)
endif()

vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS -Dtests=disabled
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dtests=disabled
ADDITIONAL_BINARIES
${additional_binaries}
)

vcpkg_install_meson()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/openh264/vcpkg.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"version": "2.5.0",
"description": "OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.",
"homepage": "https://www.openh264.org/",
"supports": "!uwp",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
2 changes: 1 addition & 1 deletion versions/o-/openh264.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "ad71a28ff4347124592b910081d89e65b431760f",
"git-tree": "91cf19eb2e0e9de617f43708201c69dbf097b649",
"version": "2.5.0",
"port-version": 0
},