From b13c49493c3e5774a3295444243d09d79207dee1 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 27 Sep 2007 08:00:22 +0000 Subject: Revert wrong ARCH_BFIN --> HAVE_BFIN change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24627 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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 62cfcf5185..b5d4ed7a50 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -157,7 +157,7 @@ typedef struct SwsContext{ #endif -#ifdef HAVE_BFIN +#ifdef ARCH_BFIN uint32_t oy __attribute__((aligned(4))); uint32_t oc __attribute__((aligned(4))); uint32_t zero __attribute__((aligned(4))); -- cgit v1.2.3