Commit 5dd13eaa authored by henry's avatar henry

remove the rest of x86 asm from LGPL build

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28804 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 36f5c093
...@@ -2219,7 +2219,7 @@ static inline void RENAME(hyscale)(SwsContext *c, uint16_t *dst, long dstWidth, ...@@ -2219,7 +2219,7 @@ static inline void RENAME(hyscale)(SwsContext *c, uint16_t *dst, long dstWidth,
} }
else // fast bilinear upscale / crap downscale else // fast bilinear upscale / crap downscale
{ {
#if ARCH_X86 #if ARCH_X86 && CONFIG_GPL
#if HAVE_MMX2 #if HAVE_MMX2
int i; int i;
#if defined(PIC) #if defined(PIC)
...@@ -2492,7 +2492,7 @@ inline static void RENAME(hcscale)(SwsContext *c, uint16_t *dst, long dstWidth, ...@@ -2492,7 +2492,7 @@ inline static void RENAME(hcscale)(SwsContext *c, uint16_t *dst, long dstWidth,
} }
else // fast bilinear upscale / crap downscale else // fast bilinear upscale / crap downscale
{ {
#if ARCH_X86 #if ARCH_X86 && CONFIG_GPL
#if HAVE_MMX2 #if HAVE_MMX2
int i; int i;
#if defined(PIC) #if defined(PIC)
......
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