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 /libavfilter/Makefile | |
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 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 14666458f8..a010fd90b1 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -31,7 +31,7 @@ OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.o OBJS-$(CONFIG_HQDN3D_FILTER) += vf_hqdn3d.o OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o -OBJS-$(CONFIG_OCV_SMOOTH_FILTER) += vf_libopencv.o +OBJS-$(CONFIG_OCV_FILTER) += vf_libopencv.o OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o OBJS-$(CONFIG_PIXDESCTEST_FILTER) += vf_pixdesctest.o |