Commit 868da632 authored by diego's avatar diego

The AltiVec code in libswscale no longer is under GPL.

Remove one erroneous preprocessor check for CONFIG_GPL in the AltiVec code.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29412 b3059339-0415-0410-9bf9-f77b7e298cf2
parent a5a3d1ae
......@@ -511,7 +511,7 @@ SwsFunc ff_yuv2rgb_get_func_ptr(SwsContext *c)
#if CONFIG_MLIB
t = ff_yuv2rgb_init_mlib(c);
#endif
#if HAVE_ALTIVEC && CONFIG_GPL
#if HAVE_ALTIVEC
if (c->flags & SWS_CPU_CAPS_ALTIVEC)
t = ff_yuv2rgb_init_altivec(c);
#endif
......
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