diff options
author | Peter Ross <pross@xvid.org> | 2013-01-06 13:01:35 +1100 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2013-01-06 14:36:51 +1100 |
commit | c4bfb0f121d59c3e1e546126381a8c9375b78461 (patch) | |
tree | 3f1d3c82747a050e6c8e57870099b92bcbe91aa4 | |
parent | aaf59766b919b31f791ea838217024b66a3313d1 (diff) | |
download | ffmpeg-c4bfb0f121d59c3e1e546126381a8c9375b78461.tar.gz |
fate: kerndeint requires gpl
-rw-r--r-- | tests/fate/avfilter.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak index ad865df4a5..e1e7280e31 100644 --- a/tests/fate/avfilter.mak +++ b/tests/fate/avfilter.mak @@ -11,7 +11,6 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ fate-lavfi-fade \ fate-lavfi-field \ fate-lavfi-idet \ - fate-lavfi-kerndeint \ fate-lavfi-life \ fate-lavfi-null \ fate-lavfi-overlay \ @@ -42,6 +41,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \ FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \ fate-lavfi-colormatrix2 \ fate-lavfi-hue \ + fate-lavfi-kerndeint \ fate-lavfi-pixfmts_super2xsai \ fate-lavfi-tinterlace_merge \ fate-lavfi-tinterlace_pad \ |