From 74152b6a58d0236e31df0dba7693774c6d0cbeb2 Mon Sep 17 00:00:00 2001 From: nico 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@2160 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'openwrt/package/Makefile') diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index f01215252..3c5662022 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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