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:
Yann E. MORIN 2011-08-10 00:12:35 +02:00 committed by Peter Korsgaard
parent a8d6e2cc70
commit 9268aff0e6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ifeq ($(BR2_x86_64),y)
MPG123_CPU = x86-64 MPG123_CPU = x86-64
endif 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 # Check if ALSA is built, then we should configure after alsa-lib so
# ./configure can find alsa-lib. # ./configure can find alsa-lib.