fix(dovi): bump MPVKit to v1.0.2 for profile 8 DV hardware decode
close #1262
This commit is contained in:
@@ -789,7 +789,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = 1b0134a2ea04a3b967f61a726b5864351280b420;
|
||||
revision = 1fc33029bc0317583866c62811dc0ab2aa2415b6;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
"revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
"revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -883,7 +883,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = 1b0134a2ea04a3b967f61a726b5864351280b420;
|
||||
revision = 1fc33029bc0317583866c62811dc0ab2aa2415b6;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
"revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
"revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -933,7 +933,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = 1b0134a2ea04a3b967f61a726b5864351280b420;
|
||||
revision = 1fc33029bc0317583866c62811dc0ab2aa2415b6;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
"revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "1b0134a2ea04a3b967f61a726b5864351280b420"
|
||||
"revision" : "1fc33029bc0317583866c62811dc0ab2aa2415b6"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user