mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
608a3ef0b7
Adds a patch that fixes ffmpeg 5.1 compatibility
16 lines
672 B
Diff
16 lines
672 B
Diff
--- a/t/351_unpaper.t
|
|
+++ b/t/351_unpaper.t
|
|
@@ -88,8 +88,10 @@
|
|
|
|
# if we use unlike, we no longer
|
|
# know how many tests there will be
|
|
- if ( $msg !~
|
|
-/(deprecated|Encoder did not produce proper pts, making some up)/
|
|
+ if ( $msg !~ /( deprecated |
|
|
+ \Qdoes not contain an image sequence pattern\E |
|
|
+ \QEncoder did not produce proper pts, making some up\E |
|
|
+ \Quse the -update option\E )/x
|
|
)
|
|
{
|
|
fail 'no warnings';
|