diff options
author | Jindřich Makovička <makovick@gmail.com> | 2009-03-03 19:47:23 +0000 |
---|---|---|
committer | Jindřich Makovička <makovick@gmail.com> | 2009-03-03 19:47:23 +0000 |
commit | 57f9a56051ee71f32dc4d3ceda581455411bc8b9 (patch) | |
tree | e05a3559f6cf4495a2e5047213242e8a73d670c9 /libswscale | |
parent | fefe43ff2c180928348d445abb9696cf2581d953 (diff) | |
download | ffmpeg-57f9a56051ee71f32dc4d3ceda581455411bc8b9.tar.gz |
remove the rest of x86 asm from LGPL build
Originally committed as revision 28804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c index 3262b6ee85..6f2e243052 100644 --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -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) |