Skip to content

Commit 412bc17

Browse files
committed
Avoid packaging AVIF test files (like we do for MP4 already).
1 parent cf8b0e0 commit 412bc17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repository = "https://github.com/mozilla/mp4parse-rust"
1919
# Avoid complaints about trying to package test files.
2020
exclude = [
2121
"*.mp4",
22+
"*.avif",
2223
"av1-avif/*"
2324
]
2425

mp4parse_capi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repository = "https://github.com/mozilla/mp4parse-rust"
1818
# Avoid complaints about trying to package test files.
1919
exclude = [
2020
"*.mp4",
21+
"*.avif",
2122
]
2223

2324
[badges]

0 commit comments

Comments
 (0)