summaryrefslogtreecommitdiff
path: root/tests/fate/avfilter.mak
blob: e31f449c16320acb6b939222f25139dcc083b045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FATE_LAVFI = fate-lavfi-pixdesc                                         \
             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)