mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18636 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
033d725061
commit
224da24ca9
@ -179,6 +179,7 @@ static vf_info_t* filter_list[]={
|
||||
&vf_info_uspp,
|
||||
&vf_info_fspp,
|
||||
&vf_info_qp,
|
||||
&vf_info_mcdeint,
|
||||
#endif
|
||||
&vf_info_yuvcsp,
|
||||
&vf_info_kerndeint,
|
||||
@ -192,9 +193,6 @@ static vf_info_t* filter_list[]={
|
||||
&vf_info_softskip,
|
||||
#ifdef HAVE_PNG
|
||||
&vf_info_screenshot,
|
||||
#endif
|
||||
#ifdef USE_LIBAVCODEC
|
||||
&vf_info_mcdeint,
|
||||
#endif
|
||||
&vf_info_yadif,
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user