summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2018-10-21 19:28:03 +0200
committerMartin Vignali <martin.vignali@gmail.com>2018-10-21 22:00:01 +0200
commit02ad0416c06e4d6859d3d54bc039975b58661e75 (patch)
tree6ff4330630be1bbd46213dc5cd54121c8d7c611a /libavfilter/Makefile
parent18d391cffee3ee333735357e262605d58a1be34f (diff)
downloadffmpeg-streaming-02ad0416c06e4d6859d3d54bc039975b58661e75.zip
ffmpeg-streaming-02ad0416c06e4d6859d3d54bc039975b58661e75.tar.gz
avfilter/setparams : merge setfield and setrange filter to setparams filter
setfield and setrange filters are kept.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 46c6023..108a2f8 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -342,7 +342,8 @@ OBJS-$(CONFIG_SELECTIVECOLOR_FILTER) += vf_selectivecolor.o
OBJS-$(CONFIG_SENDCMD_FILTER) += f_sendcmd.o
OBJS-$(CONFIG_SEPARATEFIELDS_FILTER) += vf_separatefields.o
OBJS-$(CONFIG_SETDAR_FILTER) += vf_aspect.o
-OBJS-$(CONFIG_SETFIELD_FILTER) += vf_setfield.o
+OBJS-$(CONFIG_SETFIELD_FILTER) += vf_setparams.o
+OBJS-$(CONFIG_SETPARAMS_FILTER) += vf_setparams.o
OBJS-$(CONFIG_SETPTS_FILTER) += setpts.o
OBJS-$(CONFIG_SETRANGE_FILTER) += vf_setparams.o
OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
OpenPOWER on IntegriCloud