summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-01-02 23:17:32 +0000
committerMark Thompson <sw@jkqxz.net>2018-01-07 23:24:30 +0000
commitdfdc14616112acd1586f1c5c709d3adeb60e0086 (patch)
tree0cb51ffc4d85af6f8b4f5272f237526be7c47315 /configure
parent202b59cd3d0138921fc6fb6a940fd2a022e33b0a (diff)
lavfi: Add filters to run arbitrary OpenCL programs
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ab05b9c7f3..1c3e505b04 100755
--- a/configure
+++ b/configure
@@ -3235,6 +3235,7 @@ negate_filter_deps="lut_filter"
nnedi_filter_deps="gpl"
ocr_filter_deps="libtesseract"
ocv_filter_deps="libopencv"
+openclsrc_filter_deps="opencl"
overlay_opencl_filter_deps="opencl"
overlay_qsv_filter_deps="libmfx"
overlay_qsv_filter_select="qsvvpp"
@@ -3244,6 +3245,7 @@ perspective_filter_deps="gpl"
phase_filter_deps="gpl"
pp7_filter_deps="gpl"
pp_filter_deps="gpl postproc"
+program_opencl_filter_deps="opencl"
pullup_filter_deps="gpl"
removelogo_filter_deps="avcodec avformat swscale"
repeatfields_filter_deps="gpl"