Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
@@ -43,7 +43,7 @@
#include "yuv2rgb_vis.c"
#endif
-#ifdef HAVE_MLIB
+#ifdef CONFIG_MLIB
#include "yuv2rgb_mlib.c"
@@ -627,7 +627,7 @@ SwsFunc yuv2rgb_get_func_ptr (SwsContext *c)
if (t) return t;
}
{
SwsFunc t= yuv2rgb_init_mlib(c);