diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-22 19:54:52 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-25 00:48:35 +0100 |
commit | b897b5261820ff767f614770648abaa8a2880ec0 (patch) | |
tree | daf9eb95323ae082d362898c22f0c6172a125404 /libavfilter/Makefile | |
parent | 833338a02ce3aa657c87fae374167e2f1978fc86 (diff) | |
download | ffmpeg-b897b5261820ff767f614770648abaa8a2880ec0.tar.gz |
avfilter: add epx pixel art scaler
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 44afa79963..fb7bc8f140 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -248,6 +248,7 @@ OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o OBJS-$(CONFIG_ELBG_FILTER) += vf_elbg.o OBJS-$(CONFIG_ENTROPY_FILTER) += vf_entropy.o +OBJS-$(CONFIG_EPX_FILTER) += vf_epx.o OBJS-$(CONFIG_EQ_FILTER) += vf_eq.o OBJS-$(CONFIG_EROSION_FILTER) += vf_neighbor.o OBJS-$(CONFIG_EROSION_OPENCL_FILTER) += vf_neighbor_opencl.o opencl.o \ |