Mercurial > mplayer.hg
diff libmpcodecs/vf.c @ 18635:f8cc2c4fe116
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC
| author | nicodvb |
|---|---|
| date | Wed, 07 Jun 2006 22:14:00 +0000 |
| parents | a80c7de8a4ba |
| children | d9a75b26da6c |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Wed Jun 07 22:07:24 2006 +0000 +++ b/libmpcodecs/vf.c Wed Jun 07 22:14:00 2006 +0000 @@ -179,6 +179,7 @@ &vf_info_uspp, &vf_info_fspp, &vf_info_qp, + &vf_info_mcdeint, #endif &vf_info_yuvcsp, &vf_info_kerndeint, @@ -193,9 +194,6 @@ #ifdef HAVE_PNG &vf_info_screenshot, #endif -#ifdef USE_LIBAVCODEC - &vf_info_mcdeint, -#endif &vf_info_yadif, NULL };
