summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-09-27 08:00:22 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-27 08:00:22 +0000
commit721d5e3b9511c0e0f5e1c29050c4976297c0ef24 (patch)
treef02a536356d98f931451373dcc906045727fcb24 /libswscale/swscale_internal.h
parent86074ed1b7d32f504a942bdcb0b40f2830d27e54 (diff)
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
Originally committed as revision 24627 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
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)));