Skip to content
Snippets Groups Projects
Commit bfffdb81 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 26275 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent a8150374
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "yuv2rgb_vis.c" #include "yuv2rgb_vis.c"
#endif #endif
#ifdef HAVE_MLIB #ifdef CONFIG_MLIB
#include "yuv2rgb_mlib.c" #include "yuv2rgb_mlib.c"
#endif #endif
...@@ -627,7 +627,7 @@ SwsFunc yuv2rgb_get_func_ptr (SwsContext *c) ...@@ -627,7 +627,7 @@ SwsFunc yuv2rgb_get_func_ptr (SwsContext *c)
if (t) return t; if (t) return t;
} }
#endif #endif
#ifdef HAVE_MLIB #ifdef CONFIG_MLIB
{ {
SwsFunc t= yuv2rgb_init_mlib(c); SwsFunc t= yuv2rgb_init_mlib(c);
if (t) return t; if (t) return t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment