summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorBobby Bingham <uhmmmm@gmail.com>2010-04-07 01:05:24 +0000
committerBobby Bingham <uhmmmm@gmail.com>2010-04-07 01:05:24 +0000
commite0728d799151d24b58f4a824bc97014b3b2473a4 (patch)
tree7d5820f84390b68b1a733011dbb3020d9068ee0c /libavfilter/Makefile
parentb9bd6589d782681fe1f077058075a23636087a9a (diff)
downloadffmpeg-streaming-e0728d799151d24b58f4a824bc97014b3b2473a4.zip
ffmpeg-streaming-e0728d799151d24b58f4a824bc97014b3b2473a4.tar.gz
Add unsharp video filter.
Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org) Originally committed as revision 22813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 29857c0..84f7a9c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -22,6 +22,7 @@ OBJS-$(CONFIG_NULL_FILTER) += vf_null.o
OBJS-$(CONFIG_PIXELASPECT_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o
OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
+OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
OpenPOWER on IntegriCloud