diff libswscale/swscale_internal.h @ 24607:965e0c3565bf

Revert wrong ARCH_BFIN --> HAVE_BFIN change.
author diego
date Thu, 27 Sep 2007 08:00:22 +0000
parents 53f2436d68d7
children fff1db0add79
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Thu Sep 27 05:33:26 2007 +0000
+++ b/libswscale/swscale_internal.h	Thu Sep 27 08:00:22 2007 +0000
@@ -157,7 +157,7 @@
 #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)));