Commit ad41595c authored by diego's avatar diego

HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30961 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 43b1e2e6
......@@ -543,7 +543,7 @@ CLOSEYUV2RGBFUNC(1)
SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c)
{
SwsFunc t = NULL;
#if (HAVE_MMX2 || HAVE_MMX) && CONFIG_GPL
#if HAVE_MMX && CONFIG_GPL
t = ff_yuv2rgb_init_mmx(c);
#endif
#if HAVE_VIS
......
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