changeset 22769:c6eed7420215

cosmetics: Merge #ifdefs for better readability.
author diego
date Fri, 23 Mar 2007 13:31:08 +0000
parents 7989c3586b9e
children 4b5a46839e2e
files libmpcodecs/vf.c
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Fri Mar 23 01:48:54 2007 +0000
+++ b/libmpcodecs/vf.c	Fri Mar 23 13:31:08 2007 +0000
@@ -124,6 +124,7 @@
 #ifdef USE_LIBAVCODEC
     &vf_info_lavc,
     &vf_info_lavcdeint,
+    &vf_info_pp7,
 #endif
 #ifdef HAVE_ZR
     &vf_info_zrmjpeg,
@@ -173,13 +174,11 @@
     &vf_info_fspp,
     &vf_info_qp,
     &vf_info_mcdeint,
+    &vf_info_geq,
 #endif
     &vf_info_yuvcsp,
     &vf_info_kerndeint,
     &vf_info_rgbtest,
-#ifdef USE_LIBAVCODEC
-    &vf_info_pp7,
-#endif
     &vf_info_phase,
     &vf_info_divtc,
     &vf_info_harddup,
@@ -192,9 +191,6 @@
 #endif
     &vf_info_yadif,
     &vf_info_blackframe,
-#ifdef USE_LIBAVCODEC_DSPUTIL
-    &vf_info_geq,
-#endif
     NULL
 };