[MPlayer-cvslog] r26275 - trunk/libswscale/yuv2rgb.c
diego
subversion at mplayerhq.hu
Tue Mar 25 22:30:46 CET 2008
Author: diego
Date: Tue Mar 25 22:30:46 2008
New Revision: 26275
Log:
Classify mlib as a configurable option, not as a hardware feature.
Modified:
trunk/libswscale/yuv2rgb.c
Modified: trunk/libswscale/yuv2rgb.c
==============================================================================
--- trunk/libswscale/yuv2rgb.c (original)
+++ trunk/libswscale/yuv2rgb.c Tue Mar 25 22:30:46 2008
@@ -43,7 +43,7 @@
#include "yuv2rgb_vis.c"
#endif
-#ifdef HAVE_MLIB
+#ifdef CONFIG_MLIB
#include "yuv2rgb_mlib.c"
#endif
@@ -627,7 +627,7 @@ SwsFunc yuv2rgb_get_func_ptr (SwsContext
if (t) return t;
}
#endif
-#ifdef HAVE_MLIB
+#ifdef CONFIG_MLIB
{
SwsFunc t= yuv2rgb_init_mlib(c);
if (t) return t;
More information about the MPlayer-cvslog
mailing list