From 6b215798a40d1cabcecfb2e965738e92a9334eac Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 18 Oct 2005 00:03:12 +0000 Subject: update mpd to development snapshot, add shared mp3, ogg/vorbis and flac support (thanks to David Collet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2160 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index f012152525..3c5662022d 100644 --- a/package/Makefile +++ b/package/Makefile @@ -314,6 +314,16 @@ ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),) freeradius-compile: postgresql-compile endif +ifneq ($(BR2_PACKAGE_MPD_MP3),) +mpd-compile: libid3tag-compile libmad-compile +endif +ifneq ($(BR2_PACKAGE_MPD_OGG),) +mpd-compile: libvorbisidec-compile +endif +ifneq ($(BR2_PACKAGE_MPD_FLAC),) +mpd-compile: flac-compile +endif + openvpn-compile: openssl-compile ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y) openvpn-compile: lzo-compile -- cgit v1.2.3