summaryrefslogtreecommitdiffstats
path: root/tests/fate/filter.mak
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-10-22 07:56:00 +0200
committerClément Bœsch <ubitux@gmail.com>2012-10-22 23:13:53 +0200
commit7be9c0c10fc5f36b9a7dfaf2843ad588f3507e5a (patch)
tree5cd965275c975160a75f57f27e161316eaa22de9 /tests/fate/filter.mak
parent0de41ead6f9034e0a834abe51028a02aee094990 (diff)
downloadffmpeg-streaming-7be9c0c10fc5f36b9a7dfaf2843ad588f3507e5a.zip
ffmpeg-streaming-7be9c0c10fc5f36b9a7dfaf2843ad588f3507e5a.tar.gz
fate: fix SAMPLES dependency for ffprobe.
FATE_SAMPLES_FFPROBE is a different list than FATE_FFPROBE, the same way FATE_SAMPLES_FFMPEG is a different list than FATE_FFMPEG; these FATE_SAMPLES_<tool> lists are in the FATE_EXTERN list, which is only used when SAMPLES is set.
Diffstat (limited to 'tests/fate/filter.mak')
-rw-r--r--tests/fate/filter.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak
index 4644ede..314b732 100644
--- a/tests/fate/filter.mak
+++ b/tests/fate/filter.mak
@@ -59,6 +59,6 @@ FATE_METADATA_FILTER-$(call ALLYES, FFPROBE LAVFI_INDEV AMOVIE_FILTER AMR_DEMUXE
fate-filter-metadata-silencedetect: SRC = $(SAMPLES)/amrwb/seed-12k65.awb
fate-filter-metadata-silencedetect: CMD = run $(FILTER_METADATA_COMMAND) "amovie=$(SRC),silencedetect=d=.1"
-FATE_FFPROBE += $(FATE_METADATA_FILTER-yes)
+FATE_SAMPLES_FFPROBE += $(FATE_METADATA_FILTER-yes)
fate-filter: $(FATE_FILTER-yes) $(FATE_METADATA_FILTER-yes)
OpenPOWER on IntegriCloud