summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-06 20:02:44 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-06 23:29:07 +0200
commitd707da9e6528ee4cfe78b91791c61dd9ef0968b2 (patch)
treec42d99dd7d4af2d9a8871b1c5546c654b1255deb /Makefile
parentb04c615959e6dcd0bb6c5834510456211ff7ee60 (diff)
downloadmpv-d707da9e6528ee4cfe78b91791c61dd9ef0968b2.tar.bz2
mpv-d707da9e6528ee4cfe78b91791c61dd9ef0968b2.tar.xz
build: enable vf_geq if libavutil version installs eval.h
New enough libavutil versions allow building vf_geq.c without requiring internal FFmpeg headers.
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 \