[MPlayer-dev-eng] [PATCH] merge #ifdefs in vf.c

Diego Biurrun diego at biurrun.de
Wed Mar 21 09:39:14 CET 2007


This patch merges two #ifdefs in vf.c.  Should be safe(TM) apart from
making the code look nicer.  Will be applied by the end of the week.

Diego
-------------- next part --------------
Index: libmpcodecs/vf.c
===================================================================
--- libmpcodecs/vf.c	(revision 22769)
+++ libmpcodecs/vf.c	(working copy)
@@ -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
 };
 


More information about the MPlayer-dev-eng mailing list