summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
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 /libmpcodecs
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 'libmpcodecs')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 2 insertions, 0 deletions
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,