summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/resize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/resize.h b/apps/recorder/resize.h
index e1237c4..b37af43 100644
--- a/apps/recorder/resize.h
+++ b/apps/recorder/resize.h
@@ -58,7 +58,7 @@
: [t] "=r" (t) : [a] "r" (x), [b] "r" (y)); \
t; \
})
-#elif defined(CPU_SH)
+#elif (CONFIG_CPU == SH7034)
#define SC_SHIFT 24
#endif