You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-dolby_vision/SOURCES/dolby_vision-fix-metadata.diff

25 lines
459 B

--- dolby_vision-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ dolby_vision-3.2.0/Cargo.toml 2023-08-27T14:45:23.250385+00:00
@@ -39,10 +39,7 @@
[lib]
doctest = false
-
-[[bench]]
-name = "bench_main"
-harness = false
+crate-type = ["lib", "cdylib"]
[dependencies.anyhow]
version = "1.0.72"
@@ -76,9 +73,6 @@
features = ["preserve_order"]
optional = true
-[dev-dependencies.criterion]
-version = "0.5.1"
-
[features]
capi = ["libc"]
serde = [