aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-05 15:32:08 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-07 23:53:26 +0200
commit894879a1df046e0f824ba7cd49a8e3602e196c84 (patch)
tree4ac91d53371852893d253f653a820425251d0b56
parent1739dba536fa0fa3bdfd2c0b211309caf34c0ed4 (diff)
downloadffmpeg-894879a1df046e0f824ba7cd49a8e3602e196c84.tar.gz
avfilter/Makefile: Add missing morpho->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 ea5df10548..5992fd161f 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -391,7 +391,7 @@ OBJS-$(CONFIG_MIDEQUALIZER_FILTER) += vf_midequalizer.o framesync.o
OBJS-$(CONFIG_MINTERPOLATE_FILTER) += vf_minterpolate.o motion_estimation.o
OBJS-$(CONFIG_MIX_FILTER) += vf_mix.o framesync.o
OBJS-$(CONFIG_MONOCHROME_FILTER) += vf_monochrome.o
-OBJS-$(CONFIG_MORPHO_FILTER) += vf_morpho.o
+OBJS-$(CONFIG_MORPHO_FILTER) += vf_morpho.o framesync.o
OBJS-$(CONFIG_MPDECIMATE_FILTER) += vf_mpdecimate.o
OBJS-$(CONFIG_MULTIPLY_FILTER) += vf_multiply.o framesync.o
OBJS-$(CONFIG_NEGATE_FILTER) += vf_negate.o