lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 1c4018eccd33e7b45270c3f238e4c3408e493539
parent e4b0e073c4eb58a3cf09e95f911e76f75de25a0b
Author: Ted Hess <thess@kitschensync.net>
Date:   Wed, 30 Dec 2015 13:47:41 -0500

Merge pull request #2135 from thess/mpg123-work

mpg123: build with alsa only
Diffstat:
Msound/mpg123/Makefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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