diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-23 17:24:19 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-23 17:24:19 +0000 |
commit | cf69ad35c5a7aab9cf056f957bfea484e849527c (patch) | |
tree | 711f479e70204e90a2fbdd4c1446e24d60627f88 /configure | |
parent | 8399d235177f323b2d349a47d174f446ae209652 (diff) | |
download | ffmpeg-cf69ad35c5a7aab9cf056f957bfea484e849527c.tar.gz |
Redesign the libopencv wrapper to make it more generic. Accept both
FILTERNAME=ARGS and FILTERNAME:ARGS syntax.
The same filter class will be used for managing all the libopencv
filtering functions.
Originally committed as revision 26079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1413,7 +1413,7 @@ cropdetect_filter_deps="gpl" frei0r_filter_deps="frei0r dlopen strtok_r" frei0r_src_filter_deps="frei0r dlopen strtok_r" hqdn3d_filter_deps="gpl" -ocv_smooth_filter_deps="libopencv" +ocv_filter_deps="libopencv" yadif_filter_deps="gpl" # libraries |