summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */