Fix alsa to mpd
Patch by Mirko Vogt <dev at nan1.de> fix [3025] git-svn-id: svn://svn.openwrt.org/openwrt/packages@10581 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fdbed3bbc1
commit
f329faa65e
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenWrt.org
|
# Copyright (C) 2007 - 2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/mpd
|
define Package/mpd
|
||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread +alsa-lib
|
DEPENDS:=+libflac +libid3tag +libmad +libvorbisidec +libpthread
|
||||||
TITLE:=Music Player Daemon
|
TITLE:=Music Player Daemon
|
||||||
URL:=http://www.musicpd.org/
|
URL:=http://www.musicpd.org/
|
||||||
endef
|
endef
|
||||||
@ -39,21 +39,19 @@ define Package/mpd/conffiles
|
|||||||
/etc/mpd.conf
|
/etc/mpd.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifndef CONFIG_PACKAGE_kmod-soundcore
|
ifndef CONFIG_PACKAGE_kmod-sound-core
|
||||||
EXTRA_CONFIG_PARAM:=--disable-alsa
|
EXTRA_CONFIG_PARAM:=--disable-alsa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
$(EXTRA_CONFIG_PARAM) \
|
$(EXTRA_CONFIG_PARAM) \
|
||||||
--disable-shout \
|
|
||||||
--disable-mod \
|
--disable-mod \
|
||||||
--disable-audiofile \
|
--disable-audiofile \
|
||||||
--disable-iconv \
|
--disable-iconv \
|
||||||
--disable-mpc \
|
--disable-mpc \
|
||||||
--disable-aac \
|
--disable-aac \
|
||||||
--disable-oggvorbis \
|
--with-tremor \
|
||||||
--disable-oggflac \
|
|
||||||
--with-id3tag-includes="$(STAGING_DIR)/usr/include" \
|
--with-id3tag-includes="$(STAGING_DIR)/usr/include" \
|
||||||
--with-id3tag-libraries="$(STAGING_DIR)/usr/lib" \
|
--with-id3tag-libraries="$(STAGING_DIR)/usr/lib" \
|
||||||
--with-libFLAC-includes="$(STAGING_DIR)/usr/include" \
|
--with-libFLAC-includes="$(STAGING_DIR)/usr/include" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user