aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-05 13:03:34 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-07 23:53:26 +0200
commitdb53ee915d220679f4193d322cde678a44580641 (patch)
tree456ab8b0efd3357066023f0cdf709ab1bd3e4315
parent609d2c01eaa6c71b33f559a071a6c5d6a0809bba (diff)
downloadffmpeg-db53ee915d220679f4193d322cde678a44580641.tar.gz
avfilter/Makefile: Add missing colormap->framesync dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 5c6568689b..cb45697251 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -240,7 +240,7 @@ OBJS-$(CONFIG_COLORKEY_OPENCL_FILTER) += vf_colorkey_opencl.o opencl.o \
opencl/colorkey.o
OBJS-$(CONFIG_COLORHOLD_FILTER) += vf_colorkey.o
OBJS-$(CONFIG_COLORLEVELS_FILTER) += vf_colorlevels.o
-OBJS-$(CONFIG_COLORMAP_FILTER) += vf_colormap.o
+OBJS-$(CONFIG_COLORMAP_FILTER) += vf_colormap.o framesync.o
OBJS-$(CONFIG_COLORMATRIX_FILTER) += vf_colormatrix.o
OBJS-$(CONFIG_COLORSPACE_FILTER) += vf_colorspace.o colorspacedsp.o
OBJS-$(CONFIG_COLORSPACE_CUDA_FILTER) += vf_colorspace_cuda.o \