aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2023-06-19 09:25:01 +0300
committerMartin Storsjö <martin@martin.st>2023-06-19 09:25:32 +0300
commita33191ff7aeb61248d89d5fc418a36c9750177b5 (patch)
tree0e72529f1d88bacae0390d0d74a61d3a45d16403 /tests
parentf66e1862e3140a6d6ba9d35243827832e26b61a1 (diff)
downloadffmpeg-a33191ff7aeb61248d89d5fc418a36c9750177b5.tar.gz
fate/cbs: Fix the ffprobe dependency for Windows targets
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/cbs.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak
index 1d6cdf9335..0084c3d25c 100644
--- a/tests/fate/cbs.mak
+++ b/tests/fate/cbs.mak
@@ -20,7 +20,7 @@ tests/data/fate/cbs-$(1)-discard-$2.$(4): ffmpeg$(PROGSSUF)$(EXESUF) $(5) | test
$(M)$(TARGET_EXEC) $(TARGET_PATH)/ffmpeg$(PROGSSUF)$(EXESUF) -nostdin \
-i $(3) -c:v copy -fflags +bitexact -an -bsf:v filter_units=discard=$(2) \
-f $(4) $(TARGET_PATH)/tests/data/fate/cbs-$(1)-discard-$(2).$(4) -y 2>/dev/null
-fate-cbs-$(1)-discard-$2: ffprobe tests/data/fate/cbs-$(1)-discard-$(2).$(4)
+fate-cbs-$(1)-discard-$2: ffprobe$(PROGSSUF)$(EXESUF) tests/data/fate/cbs-$(1)-discard-$(2).$(4)
fate-cbs-$(1)-discard-$2: CMD = ffprobe_demux $(TARGET_PATH)/tests/data/fate/cbs-$(1)-discard-$(2).$(4)
endef