Mercurial > mplayer.hg
changeset 26243:d4730293a70e
Classify mlib as a configurable option, not as a hardware feature.
author | diego |
---|---|
date | Tue, 25 Mar 2008 21:30:46 +0000 |
parents | 414accb1f317 |
children | 5f886c6b4cd3 |
files | libswscale/yuv2rgb.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/yuv2rgb.c Tue Mar 25 18:51:33 2008 +0000 +++ b/libswscale/yuv2rgb.c Tue Mar 25 21:30:46 2008 +0000 @@ -43,7 +43,7 @@ #include "yuv2rgb_vis.c" #endif -#ifdef HAVE_MLIB +#ifdef CONFIG_MLIB #include "yuv2rgb_mlib.c" #endif @@ -627,7 +627,7 @@ if (t) return t; } #endif -#ifdef HAVE_MLIB +#ifdef CONFIG_MLIB { SwsFunc t= yuv2rgb_init_mlib(c); if (t) return t;