summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-30 12:15:28 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-10-31 12:07:11 +0100
commit3c4aa5062089389a7f076f1411a18ca0400906fe (patch)
tree6e1b481824afdc6edb4ac7cd7355bc56fd0380d4 /libavfilter/Makefile
parentdc239b3b40adb77ff638f006bc4d633348f3a4ef (diff)
downloadffmpeg-streaming-3c4aa5062089389a7f076f1411a18ca0400906fe.zip
ffmpeg-streaming-3c4aa5062089389a7f076f1411a18ca0400906fe.tar.gz
lavfi: add field filter
The filter is a port of libmpcodecs/vf_field.c, since there is no common code I relicensed it as LGPL, while keeping the original author copyright.
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 bb1b559..7fa4d88 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -98,6 +98,7 @@ OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o
OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
+OBJS-$(CONFIG_FIELD_FILTER) += vf_field.o
OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o
OBJS-$(CONFIG_FIFO_FILTER) += fifo.o
OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o
OpenPOWER on IntegriCloud