diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-18 00:03:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-18 00:03:12 +0000 |
commit | 0f3b636c877ddc7322092d0213ca7c831611b58f (patch) | |
tree | 12fab1194e2cfeead834c4be3916ec64c16be578 /package/Makefile | |
parent | 03af7c57fed086d639c34b799533566971e7b036 (diff) |
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
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index f01215252..3c5662022 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 |