Commit 151b2769 authored by diego's avatar diego

Classify mlib as a configurable option, not as a hardware feature.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26275 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 149749fb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment