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:
nicodvb 2006-06-07 22:14:00 +00:00
parent 033d725061
commit 224da24ca9
1 changed files with 1 additions and 3 deletions

View File

@ -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