Mercurial > mplayer.hg
changeset 28769:741f9cfcee91
remove the rest of x86 asm from LGPL build
author | henry |
---|---|
date | Tue, 03 Mar 2009 19:47:23 +0000 |
parents | d5e0b9e3cefc |
children | 7b90cac39182 |
files | libswscale/swscale_template.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale_template.c Tue Mar 03 18:12:03 2009 +0000 +++ b/libswscale/swscale_template.c Tue Mar 03 19:47:23 2009 +0000 @@ -2219,7 +2219,7 @@ } 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 @@ } else // fast bilinear upscale / crap downscale { -#if ARCH_X86 +#if ARCH_X86 && CONFIG_GPL #if HAVE_MMX2 int i; #if defined(PIC)