From 49488d12bfcfc4433fe9459949da10ab2227e954 Mon Sep 17 00:00:00 2001 From: Marc Hoffman Date: Fri, 31 Aug 2007 14:57:50 +0000 Subject: renaming ARCH_BFIN to HAVE_BFIN Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index b5d4ed7a50..62cfcf5185 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -157,7 +157,7 @@ typedef struct SwsContext{ #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))); -- cgit v1.2.3