diff options
author | Baptiste Coudurier <baptiste.coudurier@smartjog.com> | 2010-12-04 13:03:42 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-04 13:03:42 +0000 |
commit | a4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f (patch) | |
tree | 05f8e9fb6ea25e2715ccff5e3bc5d61c74287a16 /libavfilter/Makefile | |
parent | bb4afa13dd3264832bc379bbfefe1db8cf4f0e40 (diff) | |
download | ffmpeg-a4dc7aa5b5f2b8d1a2993b9887c0428e6b01677f.tar.gz |
Port libmpcodecs hqdn3d filter.
Patch by Baptiste with some fixes by me.
Originally committed as revision 25880 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 792e845838..aece3abd07 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -27,6 +27,7 @@ OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o 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 |