summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e34f2dd7c0..7a6a4b0ff0 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,9 @@ SRCS_COMMON-$(FFMPEG) += libmpcodecs/vf_pp.c \
libmpdemux/demux_lavf.c \
stream/stream_ffmpeg.c \
+# Requires a new enough libavutil that installs eval.h
+SRCS_COMMON-$(FFMPEG_EVAL_API) += libmpcodecs/vf_geq.c \
+
# These filters use private headers and do not work with shared libavcodec.
SRCS_COMMON-$(FFMPEG_INTERNALS) += libmpcodecs/vf_fspp.c \
libmpcodecs/vf_geq.c \