From 503a85926f925b84a4274328b39304cea4361ca8 Mon Sep 17 00:00:00 2001 From: mhoffman Date: Fri, 31 Aug 2007 14:57:50 +0000 Subject: renaming ARCH_BFIN to HAVE_BFIN git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24309 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 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