소스 검색

mpg123: build with alsa only

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 년 전
부모
커밋
fb86731ee7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      sound/mpg123/Makefile

+ 2
- 1
sound/mpg123/Makefile 파일 보기

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=mpg123
11 11
 PKG_VERSION:=1.22.3
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=http://www.mpg123.de/download/
@@ -51,6 +51,7 @@ define Build/Configure
51 51
 		--enable-shared \
52 52
 		--enable-static \
53 53
 		--with-cpu=generic_nofpu \
54
+		--with-audio=alsa \
54 55
 		--with-default-audio=alsa \
55 56
 	)
56 57
 endef