aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/dav1d/portfile.cmake1
-rw-r--r--ports/dav1d/vcpkg.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/dav1d/portfile.cmake b/ports/dav1d/portfile.cmake
index 2c7e31f79..cc109ff43 100644
--- a/ports/dav1d/portfile.cmake
+++ b/ports/dav1d/portfile.cmake
@@ -29,5 +29,6 @@ vcpkg_configure_meson(
vcpkg_install_meson()
vcpkg_copy_pdbs()
+vcpkg_fixup_pkgconfig()
configure_file("${SOURCE_PATH}/COPYING" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)
diff --git a/ports/dav1d/vcpkg.json b/ports/dav1d/vcpkg.json
index c0cd986e6..aa63b1a8c 100644
--- a/ports/dav1d/vcpkg.json
+++ b/ports/dav1d/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "dav1d",
"version-semver": "0.8.2",
+ "port-version": 1,
"description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.",
"homepage": "https://code.videolan.org/videolan/dav1d",
"supports": "!(uwp | arm | x86)",