changeset 5615:7ffc96c9ab1a libavcodec

Hooking bfin/mathops.h
author mhoffman
date Thu, 30 Aug 2007 15:16:52 +0000
parents bff0c6dc3584
children cb5999c836af
files mathops.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mathops.h	Thu Aug 30 15:15:48 2007 +0000
+++ b/mathops.h	Thu Aug 30 15:16:52 2007 +0000
@@ -36,6 +36,10 @@
 
 #include "ppc/mathops.h"
 
+#elif defined(ARCH_BFIN)
+
+#include "bfin/mathops.h"
+
 #endif
 
 /* generic implementation */