summaryrefslogtreecommitdiff
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorMarc Hoffman <mmhoffm@gmail.com>2007-08-30 15:16:52 +0000
committerMarc Hoffman <mmhoffm@gmail.com>2007-08-30 15:16:52 +0000
commit14da6549a7e686a540bd0535866daa6cb23fa272 (patch)
tree17550c1118e2a3439a30e785923bbc061b65258c /libavcodec/mathops.h
parent543a90d14ae9c4e96ce33491f2d262bfaca6dc21 (diff)
Hooking bfin/mathops.h
Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h4
1 files changed, 4 insertions, 0 deletions
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 */