Fix mikmod plugin build on armv4 targets (broke in 5b23c9e
)
Change-Id: I1c79fbe44c13396388c533c4664b4ce1db150ac9
This commit is contained in:
parent
5b23c9eb0a
commit
7737327bfe
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ extern const struct plugin_api * rb;
|
|||
#if (ARM_ARCH >= 5)
|
||||
#define SAMPLE_RATE SAMPR_44
|
||||
#else
|
||||
#define SAMPLE_RATE SAMPR_MIN_GE_22
|
||||
#define SAMPLE_RATE HW_SAMPR_MIN_GE_22
|
||||
#endif
|
||||
|
||||
#else /* !CPU_ARM */
|
||||
|
|
Loading…
Reference in a new issue