Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-30 03:19:24 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-30 03:19:24 +0400
commita466c2c470f7583166dbda51e51fc69cf4be0fbb (patch)
treeb546eabdd65f65ad75ae9ecf1ea38da2f94fa702 /tests
parentd558e46469e031cbe08fb16dc200a8df9db6e143 (diff)
fate: fix filtfmts-test dependency after 9a5924f.
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/filter-video.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index 53bfd6bb84..b16da2af44 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -207,7 +207,7 @@ fate-filter-pixfmts-super2xsai: CMD = pixfmts
FATE_FILTER_PIXFMTS-$(CONFIG_VFLIP_FILTER) += fate-filter-pixfmts-vflip
fate-filter-pixfmts-vflip: CMD = pixfmts
-$(FATE_FILTER_PIXFMTS): libavfilter/filtfmts-test$(EXESUF)
+$(FATE_FILTER_PIXFMTS-yes): libavfilter/filtfmts-test$(EXESUF)
FATE_FILTER_VSYNTH-$(CONFIG_FORMAT_FILTER) += $(FATE_FILTER_PIXFMTS-yes)