This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2cf8d64f3c8e60942203b1c6bec1ba4490959ebc Author: Nicolas Gaullier <[email protected]> AuthorDate: Thu Aug 14 17:24:23 2025 +0200 Commit: James Almer <[email protected]> CommitDate: Thu Mar 12 13:54:35 2026 +0000 fate/probe: simplify for consistency Signed-off-by: Nicolas Gaullier <[email protected]> --- tests/fate/probe.mak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak index 5c2bb1082a..93093ccb4d 100644 --- a/tests/fate/probe.mak +++ b/tests/fate/probe.mak @@ -18,10 +18,9 @@ fate-probe-format-codec-dts-in-wav: REF = dts FATE_PROBE_FORMAT = $(FATE_PROBE_FORMAT-yes) -FATE_EXTERN-$(CONFIG_FFPROBE) += $(FATE_PROBE_FORMAT) +FATE_SAMPLES_FFPROBE += $(FATE_PROBE_FORMAT) fate-probe-format: $(FATE_PROBE_FORMAT) -$(FATE_PROBE_FORMAT): ffprobe$(PROGSSUF)$(EXESUF) $(FATE_PROBE_FORMAT): CMP = oneline fate-probe-format-%: CMD = probefmt $(TARGET_SAMPLES)/probe-format/$(@:fate-probe-format-%=%) fate-probe-format-codec-%: CMD = probecodec $(TARGET_SAMPLES)/probe-format/$(@:fate-probe-format-%=%) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
