aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/openh264/portfile.cmake1
-rw-r--r--ports/openh264/vcpkg.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/openh264/portfile.cmake b/ports/openh264/portfile.cmake
index e9d9808f5..903bb5939 100644
--- a/ports/openh264/portfile.cmake
+++ b/ports/openh264/portfile.cmake
@@ -26,6 +26,7 @@ vcpkg_configure_meson(
vcpkg_install_meson()
vcpkg_copy_pdbs()
+vcpkg_fixup_pkgconfig()
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
diff --git a/ports/openh264/vcpkg.json b/ports/openh264/vcpkg.json
index 7d60b7691..f05ee0978 100644
--- a/ports/openh264/vcpkg.json
+++ b/ports/openh264/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "openh264",
"version-date": "2021-03-16",
- "port-version": 1,
+ "port-version": 2,
"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",