diff mathops.h @ 5615:7ffc96c9ab1a libavcodec

Hooking bfin/mathops.h
author mhoffman
date Thu, 30 Aug 2007 15:16:52 +0000
parents 4394344397d8
children 1d83e9c34641
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 */