summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-07-18 00:15:08 +0300
committerUoti Urpala <uau@mplayer2.org>2011-07-18 00:57:05 +0300
commit4e2b15fc5e5f457f62605262a46962b5fd63ff99 (patch)
tree5156034070257cf3652040facf3a8de9453477ec /libmpcodecs/vf.c
parent25de40142507eadb8b2e958346999eb52ed7f9fd (diff)
downloadmpv-4e2b15fc5e5f457f62605262a46962b5fd63ff99.tar.bz2
mpv-4e2b15fc5e5f457f62605262a46962b5fd63ff99.tar.xz
vf_qp: enable compilation depending on libavutil eval API
Libavutil eval API seems to be enough for vf_qp, so enable the filter if the API is available. Also clean up some left over lines for other filters in Makefile.
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index eefdaa3c46..bb9ebff7b4 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -186,11 +186,11 @@ static const vf_info_t* const filter_list[]={
#ifdef CONFIG_FFMPEG_INTERNALS
&vf_info_spp,
&vf_info_fspp,
- &vf_info_qp,
&vf_info_mcdeint,
#endif
#ifdef CONFIG_FFMPEG_EVAL_API
&vf_info_geq,
+ &vf_info_qp,
#endif
&vf_info_yuvcsp,
&vf_info_kerndeint,