Mercurial > mplayer.hg
changeset 24289:53f2436d68d7
renaming ARCH_BFIN to HAVE_BFIN
author | mhoffman |
---|---|
date | Fri, 31 Aug 2007 14:57:50 +0000 |
parents | f802a737f847 |
children | ca7ee5c1b88d |
files | libswscale/swscale.c libswscale/swscale_internal.h libswscale/yuv2rgb.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Fri Aug 31 13:08:13 2007 +0000 +++ b/libswscale/swscale.c Fri Aug 31 14:57:50 2007 +0000 @@ -2041,7 +2041,7 @@ flags |= SWS_CPU_CAPS_MMX; #elif defined (HAVE_ALTIVEC) flags |= SWS_CPU_CAPS_ALTIVEC; -#elif defined (ARCH_BFIN) +#elif defined (HAVE_BFIN) flags |= SWS_CPU_CAPS_BFIN; #endif #endif /* RUNTIME_CPUDETECT */
--- a/libswscale/swscale_internal.h Fri Aug 31 13:08:13 2007 +0000 +++ b/libswscale/swscale_internal.h Fri Aug 31 14:57:50 2007 +0000 @@ -157,7 +157,7 @@ #endif -#ifdef ARCH_BFIN +#ifdef HAVE_BFIN uint32_t oy __attribute__((aligned(4))); uint32_t oc __attribute__((aligned(4))); uint32_t zero __attribute__((aligned(4)));