summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMark Himsley <mark@mdsh.com>2011-04-10 19:18:03 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-26 07:37:41 +0200
commit2f84bb4236accadffdfad30a5ec0d80e72449f15 (patch)
treefaf31dfa3c6221807de056d699e8bfeb8de80ea4 /libavfilter/Makefile
parent68e23c083a5d907748481e962ee38abbcb167174 (diff)
downloadffmpeg-streaming-2f84bb4236accadffdfad30a5ec0d80e72449f15.zip
ffmpeg-streaming-2f84bb4236accadffdfad30a5ec0d80e72449f15.tar.gz
lavfi: add fieldorder filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 f7bc98d..0683af3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -27,6 +27,7 @@ OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o
OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
+OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o
OBJS-$(CONFIG_FIFO_FILTER) += vf_fifo.o
OBJS-$(CONFIG_FORMAT_FILTER) += vf_format.o
OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o
OpenPOWER on IntegriCloud