mpg123: remove --program-prefix
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a8d6e2cc70
commit
9268aff0e6
@ -32,7 +32,7 @@ ifeq ($(BR2_x86_64),y)
|
||||
MPG123_CPU = x86-64
|
||||
endif
|
||||
|
||||
MPG123_CONF_OPT += --program-prefix='' --with-cpu=$(MPG123_CPU)
|
||||
MPG123_CONF_OPT += --with-cpu=$(MPG123_CPU)
|
||||
|
||||
# Check if ALSA is built, then we should configure after alsa-lib so
|
||||
# ./configure can find alsa-lib.
|
||||
|
Loading…
Reference in New Issue
Block a user