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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormultiple authors <multiple@multiple.x>2012-03-10 07:04:19 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-04-05 01:54:53 +0400
commit13cc3645b002f918272a7dfbc31294fded55943b (patch)
tree0e69b25c899b09df80b7e66bda0f8c215452e209 /configure
parent4480edcf312b8d4350201eca047ccdd2c27f8517 (diff)
libavfilter: add colormatrix filter
Ported by: Baptiste Coudurier cleanup+fate by ubitux For detailed authorship of the original code please see avisynth
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1b75390004..2012175696 100755
--- a/configure
+++ b/configure
@@ -1670,6 +1670,7 @@ aresample_filter_deps="swresample"
ass_filter_deps="libass"
blackframe_filter_deps="gpl"
boxblur_filter_deps="gpl"
+colormatrix_filter_deps="gpl"
cropdetect_filter_deps="gpl"
delogo_filter_deps="gpl"
drawtext_filter_deps="libfreetype"