summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-24 15:20:39 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:11 -0300
commit0c820b15254f9b9b3d2e29347e329b719f0e001c (patch)
tree79eb2519299b30b38da6ccb512176133fddf240a /libavfilter
parent7c4287b27628346321981b2529bff028f119c870 (diff)
avfilter/Makefile: Don't compile transform.c unconditionally
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index b77f2276a4..42efa14a67 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -19,7 +19,6 @@ OBJS = allfilters.o \
framequeue.o \
graphdump.o \
graphparser.o \
- transform.o \
video.o \
OBJS-$(HAVE_THREADS) += pthread.o
@@ -237,8 +236,8 @@ OBJS-$(CONFIG_DEJUDDER_FILTER) += vf_dejudder.o
OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o
OBJS-$(CONFIG_DENOISE_VAAPI_FILTER) += vf_misc_vaapi.o vaapi_vpp.o
OBJS-$(CONFIG_DESHAKE_OPENCL_FILTER) += vf_deshake_opencl.o opencl.o \
- opencl/deshake.o
-OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o
+ opencl/deshake.o transform.o
+OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o transform.o
OBJS-$(CONFIG_DESPILL_FILTER) += vf_despill.o
OBJS-$(CONFIG_DETELECINE_FILTER) += vf_detelecine.o
OBJS-$(CONFIG_DILATION_FILTER) += vf_neighbor.o