mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 10:41:16 +00:00
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
Originally committed as revision 30961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
767738f7a3
commit
f25b1c4b6b
@ -543,7 +543,7 @@ CLOSEYUV2RGBFUNC(1)
|
|||||||
SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c)
|
SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c)
|
||||||
{
|
{
|
||||||
SwsFunc t = NULL;
|
SwsFunc t = NULL;
|
||||||
#if (HAVE_MMX2 || HAVE_MMX) && CONFIG_GPL
|
#if HAVE_MMX && CONFIG_GPL
|
||||||
t = ff_yuv2rgb_init_mmx(c);
|
t = ff_yuv2rgb_init_mmx(c);
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_VIS
|
#if HAVE_VIS
|
||||||
|
Loading…
Reference in New Issue
Block a user