Hooking bfin/mathops.h

Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Marc Hoffman 2007-08-30 15:16:52 +00:00
parent 543a90d14a
commit 14da6549a7

View File

@ -36,6 +36,10 @@
#include "ppc/mathops.h"
#elif defined(ARCH_BFIN)
#include "bfin/mathops.h"
#endif
/* generic implementation */