diff options
author | Marc Hoffman <mmhoffm@gmail.com> | 2007-08-30 15:16:52 +0000 |
---|---|---|
committer | Marc Hoffman <mmhoffm@gmail.com> | 2007-08-30 15:16:52 +0000 |
commit | 14da6549a7e686a540bd0535866daa6cb23fa272 (patch) | |
tree | 17550c1118e2a3439a30e785923bbc061b65258c /libavcodec | |
parent | 543a90d14ae9c4e96ce33491f2d262bfaca6dc21 (diff) | |
download | ffmpeg-14da6549a7e686a540bd0535866daa6cb23fa272.tar.gz |
Hooking bfin/mathops.h
Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mathops.h | 4 |
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 */ |