diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-15 12:42:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-14 22:25:38 +0100 |
commit | 21f7cd4acd8dc4b4796b55966dd015cb037164d8 (patch) | |
tree | 8ef006d4fb1262e989f4a3fa2a91ca1633dee832 /configure | |
parent | 1bf34134612e509fa68c70dfff418c6022459259 (diff) | |
download | ffmpeg-21f7cd4acd8dc4b4796b55966dd015cb037164d8.tar.gz |
lavfi: add a filter for uploading normal frames to CUDA
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2382,6 +2382,7 @@ frei0r_filter_extralibs='$ldl' frei0r_src_filter_deps="frei0r dlopen" frei0r_src_filter_extralibs='$ldl' hqdn3d_filter_deps="gpl" +hwupload_cuda_filter_deps="cuda" interlace_filter_deps="gpl" ocv_filter_deps="libopencv" resample_filter_deps="avresample" |