Browse Source

mpg123: build with alsa only

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
fb86731ee7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      sound/mpg123/Makefile

+ 2
- 1
sound/mpg123/Makefile View File

@ -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


Loading…
Cancel
Save