From 14da6549a7e686a540bd0535866daa6cb23fa272 Mon Sep 17 00:00:00 2001 From: Marc Hoffman Date: Thu, 30 Aug 2007 15:16:52 +0000 Subject: Hooking bfin/mathops.h Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index e6ff1e6a5c..7a47a9188c 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -36,6 +36,10 @@ #include "ppc/mathops.h" +#elif defined(ARCH_BFIN) + +#include "bfin/mathops.h" + #endif /* generic implementation */ -- cgit v1.2.3