summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-09-10 21:53:36 +0100
committerMark Thompson <sw@jkqxz.net>2017-11-22 23:18:02 +0000
commit9204b2deea85c834ba3d5fa2b0e92b86c24f45ae (patch)
treeefb5937de9aad668bf07beccd5caebb55360ab3d /configure
parent59d6529333c4550701401d59d67b60454b164b1f (diff)
lavfi: Add OpenCL overlay filter
Input and output formats must be the same, the overlay format must be the same as the input except possibly with an additional alpha component.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e03d68aa92..e8c605bb97 100755
--- a/configure
+++ b/configure
@@ -3239,6 +3239,7 @@ negate_filter_deps="lut_filter"
nnedi_filter_deps="gpl"
ocr_filter_deps="libtesseract"
ocv_filter_deps="libopencv"
+overlay_opencl_filter_deps="opencl"
overlay_qsv_filter_deps="libmfx"
overlay_qsv_filter_select="qsvvpp"
owdenoise_filter_deps="gpl"