From bfffdb81c25e9fe4700375ee394c3f13d52f4a22 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 25 Mar 2008 21:30:46 +0000 Subject: Classify mlib as a configurable option, not as a hardware feature. Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/yuv2rgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c index 8ece0f6183..c2dec15500 100644 --- a/libswscale/yuv2rgb.c +++ b/libswscale/yuv2rgb.c @@ -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 *c) if (t) return t; } #endif -#ifdef HAVE_MLIB +#ifdef CONFIG_MLIB { SwsFunc t= yuv2rgb_init_mlib(c); if (t) return t; -- cgit v1.2.3