changeset 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 ea0d835bfe2e
children 80324ad2b3f1
files libmpcodecs/vf.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
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
 };