summaryrefslogtreecommitdiff
path: root/tests/fate/avfilter.mak
blob: edca861c7e7a998fdb16ac51eadf9a7fced1c33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FATE_LAVFI = fate-lavfi-pixfmts_copy                                    \
             fate-lavfi-pixfmts_crop                                    \
             fate-lavfi-pixfmts_hflip                                   \
             fate-lavfi-pixfmts_null                                    \
             fate-lavfi-pixfmts_pad                                     \
             fate-lavfi-pixfmts_scale                                   \
             fate-lavfi-pixfmts_vflip                                   \

$(FATE_LAVFI): $(VREF) libavfilter/filtfmts-test$(EXESUF)
$(FATE_LAVFI): CMD = lavfitest

FATE_AVCONV += $(FATE_LAVFI)
fate-lavfi:    $(FATE_LAVFI)