mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
remove the rest of x86 asm from LGPL build
Originally committed as revision 28804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
fefe43ff2c
commit
57f9a56051
@ -2219,7 +2219,7 @@ static inline void RENAME(hyscale)(SwsContext *c, uint16_t *dst, long dstWidth,
|
||||
}
|
||||
else // fast bilinear upscale / crap downscale
|
||||
{
|
||||
#if ARCH_X86
|
||||
#if ARCH_X86 && CONFIG_GPL
|
||||
#if HAVE_MMX2
|
||||
int i;
|
||||
#if defined(PIC)
|
||||
@ -2492,7 +2492,7 @@ inline static void RENAME(hcscale)(SwsContext *c, uint16_t *dst, long dstWidth,
|
||||
}
|
||||
else // fast bilinear upscale / crap downscale
|
||||
{
|
||||
#if ARCH_X86
|
||||
#if ARCH_X86 && CONFIG_GPL
|
||||
#if HAVE_MMX2
|
||||
int i;
|
||||
#if defined(PIC)
|
||||
|
Loading…
Reference in New Issue
Block a user