diff options
author | highgod0401 <highgod0401@gmail.com> | 2013-04-25 19:32:13 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-26 03:05:26 +0200 |
commit | cd134963e8fdaae14a25779799e4436f99e50557 (patch) | |
tree | 88cda5054cc367edc73967504566af8aa9fc6212 /libavfilter/Makefile | |
parent | f31247cf47dcb7f3d986c67f1abbc0b50f1beefe (diff) | |
download | ffmpeg-cd134963e8fdaae14a25779799e4436f99e50557.tar.gz |
lavfi/unsharp: add opencl unsharp filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 084bd302ee..963a71bb11 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -149,7 +149,7 @@ OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NOISE_FILTER) += vf_noise.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o OBJS-$(CONFIG_OCV_FILTER) += vf_libopencv.o -OBJS-$(CONFIG_OPENCL) += deshake_opencl.o +OBJS-$(CONFIG_OPENCL) += deshake_opencl.o unsharp_opencl.o OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o OBJS-$(CONFIG_PERMS_FILTER) += f_perms.o |