From fb86731ee76372f88f9326506b1bd9e68b8838bd Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Wed, 16 Dec 2015 16:46:21 -0500 Subject: [PATCH] mpg123: build with alsa only Signed-off-by: Ted Hess --- sound/mpg123/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/mpg123/Makefile b/sound/mpg123/Makefile index 0b3bda300..8495ed257 100644 --- a/sound/mpg123/Makefile +++ b/sound/mpg123/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpg123 PKG_VERSION:=1.22.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.mpg123.de/download/ @@ -51,6 +51,7 @@ define Build/Configure --enable-shared \ --enable-static \ --with-cpu=generic_nofpu \ + --with-audio=alsa \ --with-default-audio=alsa \ ) endef