projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fefe43f
)
remove the rest of x86 asm from LGPL build
author
Jindřich Makovička
<makovick@gmail.com>
Tue, 3 Mar 2009 19:47:23 +0000
(19:47 +0000)
committer
Jindřich Makovička
<makovick@gmail.com>
Tue, 3 Mar 2009 19:47:23 +0000
(19:47 +0000)
Originally committed as revision 28804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale_template.c
patch
|
blob
|
history
diff --git
a/libswscale/swscale_template.c
b/libswscale/swscale_template.c
index
3262b6e
..
6f2e243
100644
(file)
--- 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)