summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorSergey Lavrushkin <dualfal@gmail.com>2018-06-14 00:37:12 +0300
committerPedro Arthur <bygrandao@gmail.com>2018-07-02 10:47:14 -0300
commit575b7189908e1cfa55104b0d2c7c9f6ea30ca2dc (patch)
tree49ba8795536d104ec1d1c8cb08772fcceb8da431 /libavfilter/Makefile
parentd24c9e55f64eebf67a9e488daa17332533481c20 (diff)
Adds ESPCN super resolution filter merged with SRCNN filter.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 34333aa520..15dce437da 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -340,7 +340,7 @@ OBJS-$(CONFIG_SMARTBLUR_FILTER) += vf_smartblur.o
OBJS-$(CONFIG_SOBEL_FILTER) += vf_convolution.o
OBJS-$(CONFIG_SPLIT_FILTER) += split.o
OBJS-$(CONFIG_SPP_FILTER) += vf_spp.o
-OBJS-$(CONFIG_SRCNN_FILTER) += vf_srcnn.o
+OBJS-$(CONFIG_SR_FILTER) += vf_sr.o
OBJS-$(CONFIG_SSIM_FILTER) += vf_ssim.o framesync.o
OBJS-$(CONFIG_STEREO3D_FILTER) += vf_stereo3d.o
OBJS-$(CONFIG_STREAMSELECT_FILTER) += f_streamselect.o framesync.o