Commit 9268aff0 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

mpg123: remove --program-prefix



--program-prefix is now set in the auto-target infrastructure.

Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent a8d6e2cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.