[FFmpeg-devel] [PATCH] fate/ffmpeg: add samples dependency to fate-ffmpeg-spec-disposition

Emily ffmpeg at emily.moe
Mon Oct 7 02:04:56 EEST 2024


From: Emily <hello at emily.moe>

---
In the NixOS FFmpeg package, we run `make check` without downloading
the entire FATE suite. The FFmpeg 7.1 update broke this, seemingly
because of an undeclared FATE sample dependency.

This package is my best‐guess attempt at fixing that based on the
other commits and files that I read. I didn’t see any existing
commit or patch for this, so I’m sending it upstream in case it
is of any use. It should be backported to the 7.1 branch if applied;
let me know if there’s anything special I need to do for that.

I’m not particularly familiar with FFmpeg’s build system or
`git send-email`, so apologies if I messed anything up here.

 tests/fate/ffmpeg.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak
index 869376dd18..d9348ee837 100644
--- a/tests/fate/ffmpeg.mak
+++ b/tests/fate/ffmpeg.mak
@@ -266,4 +266,4 @@ FATE_FFMPEG-$(call ENCDEC2, MPEG2VIDEO, FFV1, NUT, HSTACK_FILTER PIPE_PROTOCOL F
 
 # test matching by stream disposition
 fate-ffmpeg-spec-disposition: CMD = framecrc -i $(TARGET_SAMPLES)/mpegts/pmtchange.ts -map '0:disp:visual_impaired+descriptions:1' -c copy
-FATE_FFMPEG-$(call FRAMECRC, MPEGTS,,) += fate-ffmpeg-spec-disposition
+FATE_SAMPLES_FFMPEG-$(call FRAMECRC, MPEGTS,,) += fate-ffmpeg-spec-disposition
-- 
2.46.0



More information about the ffmpeg-devel mailing list