fix(dovi): bump MPVKit to v1.0.2 for profile 8 DV hardware decode

close #1262
This commit is contained in:
edde746
2026-06-10 20:26:11 +02:00
parent e75ab94eb9
commit 1292d7ac34
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '1b0134a2ea04a3b967f61a726b5864351280b420'
pkg_revision = '1fc33029bc0317583866c62811dc0ab2aa2415b6'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end