git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
fcb9c2e
)
mpg123: build with alsa only
author
Ted Hess
<redacted>
Wed, 16 Dec 2015 21:46:21 +0000
(16:46 -0500)
committer
Ted Hess
<redacted>
Wed, 16 Dec 2015 21:46:21 +0000
(16:46 -0500)
Signed-off-by: Ted Hess <redacted>
sound/mpg123/Makefile
patch
|
blob
|
history
diff --git
a/sound/mpg123/Makefile
b/sound/mpg123/Makefile
index 0b3bda3006b51a205507475da96df22016175b4a..8495ed2579297924c5cef018a65f20160f388171 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT