diff --git a/apps/recorder/resize.h b/apps/recorder/resize.h index e1237c441c..b37af43f2e 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