From d707da9e6528ee4cfe78b91791c61dd9ef0968b2 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 6 Nov 2010 20:02:44 +0200 Subject: build: enable vf_geq if libavutil version installs eval.h New enough libavutil versions allow building vf_geq.c without requiring internal FFmpeg headers. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3