summaryrefslogtreecommitdiff
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 398df08295..4e24350ef2 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -26,6 +26,8 @@
#if ARCH_ARM
# include "arm/mathops.h"
+#elif ARCH_AVR32
+# include "avr32/mathops.h"
#elif ARCH_BFIN
# include "bfin/mathops.h"
#elif ARCH_MIPS