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

avfilter.mak « fate « tests - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1dd8cca598b12601e34527bb7a6a5631ccde1d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#FIXME the whole file should be removed

FATE_LAVFI = fate-lavfi-field                                           \
             fate-lavfi-il                                              \

FATE_LAVFI-$(CONFIG_AVDEVICE) += fate-lavfi-life                        \
                                 fate-lavfi-scalenorm                   \
                                 fate-lavfi-testsrc                     \

FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-kerndeint                        \
                            fate-lavfi-pixfmts_super2xsai               \
                            fate-lavfi-tinterlace_merge                 \
                            fate-lavfi-tinterlace_pad                   \

FATE_LAVFI += $(FATE_LAVFI-yes)

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

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