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. --- libmpcodecs/vf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index 269c8d5a3e..bd4a63fb46 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -192,6 +192,8 @@ static const vf_info_t* const filter_list[]={ &vf_info_fspp, &vf_info_qp, &vf_info_mcdeint, +#endif +#ifdef CONFIG_FFMPEG_EVAL_API &vf_info_geq, #endif &vf_info_yuvcsp, -- cgit v1.2.3