diff options
author | Stefano Sabatini | 2013-01-06 18:40:50 +0100 |
---|---|---|
committer | Stefano Sabatini | 2013-01-06 19:04:24 +0100 |
commit | b3d814753c25892e63954ca782883feebf1d3877 (patch) | |
tree | 0056a8518a5e8a0daa32441fff4670b75865cc15 | |
parent | caee85bbce34ae3813a9c94eddb94da96854d4ac (diff) |
tests/fate/avfilter.mak: merge pp tests into GPL test list
The mp=pp filter was removed and replaced with a native implementation,
so the dependency on CONFIG_MP_FILTER stands no more.
-rw-r--r-- | tests/fate/avfilter.mak | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak index e1e7280e31..872ebc7b9c 100644 --- a/tests/fate/avfilter.mak +++ b/tests/fate/avfilter.mak @@ -43,16 +43,15 @@ FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \ fate-lavfi-hue \ fate-lavfi-kerndeint \ fate-lavfi-pixfmts_super2xsai \ + fate-lavfi-pp \ + fate-lavfi-pp2 \ + fate-lavfi-pp3 \ + fate-lavfi-pp4 \ + fate-lavfi-pp5 \ + fate-lavfi-pp6 \ fate-lavfi-tinterlace_merge \ fate-lavfi-tinterlace_pad \ -FATE_LAVFI-$(CONFIG_MP_FILTER) += fate-lavfi-pp \ - fate-lavfi-pp2 \ - fate-lavfi-pp3 \ - fate-lavfi-pp4 \ - fate-lavfi-pp5 \ - fate-lavfi-pp6 \ - FATE_LAVFI += $(FATE_LAVFI-yes) $(FATE_LAVFI): $(VREF) libavfilter/filtfmts-test$(EXESUF) |