diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-14 13:21:13 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-14 13:21:13 +0000 |
commit | 6ebf0bfc17253e29a226e888fb9b7b31574a2eed (patch) | |
tree | 2ecb2e1180faaec6ec691514b93b8ad987b5479b /libavfilter/Makefile | |
parent | c12f7b2d2cf45b18dbabb207bcf142e5f170c773 (diff) | |
download | ffmpeg-6ebf0bfc17253e29a226e888fb9b7b31574a2eed.tar.gz |
Implement libopencv smooth filter.
Originally committed as revision 25118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index d2a40c4c16..a15c3f102c 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -23,6 +23,7 @@ OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_HFLIP_FILTER) += vf_hflip.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_PAD_FILTER) += vf_pad.o OBJS-$(CONFIG_PIXDESCTEST_FILTER) += vf_pixdesctest.o OBJS-$(CONFIG_PIXELASPECT_FILTER) += vf_aspect.o |