aboutsummaryrefslogtreecommitdiff
path: root/celt/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'celt/arch.h')
-rw-r--r--celt/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/celt/arch.h b/celt/arch.h
index 529d2526..feab0fac 100644
--- a/celt/arch.h
+++ b/celt/arch.h
@@ -113,9 +113,9 @@ typedef opus_val32 celt_ener;
#include "fixed_generic.h"
#ifdef ARMv5E_ASM
-#include "fixed_armv5e.h"
+#include "arm/fixed_armv5e.h"
#elif defined (ARMv4_ASM)
-#include "fixed_armv4.h"
+#include "arm/fixed_armv4.h"
#elif defined (BFIN_ASM)
#include "fixed_bfin.h"
#elif defined (TI_C5X_ASM)