summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-09 18:13:10 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-17 18:05:41 +0200
commitce6b6ef645f6ac17f78e937837fe8f37a1b2beaf (patch)
tree5a31f399b00796d0f69daf20861709f96964f6b7 /configure
parent171868e25a231ff06864e9f37400680148af10b4 (diff)
lavfi: port boxblur filter from libmpcodecs
With the following additions: * support to gray format * support to yuva420p format * parametric luma/chroma/alpha radius * consistency check on the radius values, avoid crashes with invalid values Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dbbb86c095..720b625237 100755
--- a/configure
+++ b/configure
@@ -1480,6 +1480,7 @@ udp_protocol_deps="network"
# filters
blackframe_filter_deps="gpl"
+boxblur_filter_deps="gpl"
cropdetect_filter_deps="gpl"
drawtext_filter_deps="libfreetype"
frei0r_filter_deps="frei0r dlopen strtok_r"