summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorMarc Hoffman <mmhoffm@gmail.com>2007-08-31 14:57:50 +0000
committerMarc Hoffman <mmhoffm@gmail.com>2007-08-31 14:57:50 +0000
commit49488d12bfcfc4433fe9459949da10ab2227e954 (patch)
treee831271d3a3395ef5be0c7c9840d3c2512c8491d /libswscale/swscale_internal.h
parentc40485fa87cb0e8a826fc3e046edce308de148fe (diff)
renaming ARCH_BFIN to HAVE_BFIN
Originally committed as revision 24309 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 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)));