package/madplay: fix typos in comments

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2465cdb48ac0b3c720e736656e1776affa7bad4c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-14 14:43:25 +02:00
parent 1237764fad
commit f33249f49c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ configure.ac: call AM_MKINSTALLDIRS to substitute @MKINSTALLDIRS@
MKINSTALLDIRS is obsolete and doesn't get automatically called.
Force call AM_MKINSTALLDIRS() macro to substitute every @MKINSTALLDIRS@
occurence in *.in files.
occurrence in *.in files.
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>

View File

@ -18,7 +18,7 @@ MADPLAY_AUTORECONF = YES
# madplay uses libmad which has some assembly function that is not present in
# Thumb mode:
# Error: selected processor does not support `smull r8,r9,r2,r4' in Thumb mode
# so, we desactivate Thumb mode
# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
MADPLAY_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
endif