diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-18 00:03:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-18 00:03:12 +0000 |
commit | 8e9b6764fa89322ad741b362286a3fb262ab7a15 (patch) | |
tree | efd370f90d61ffaef77bf3cf80ff0b6fd1cef411 /openwrt/package/Makefile | |
parent | a5483efdea6e9d77252733209e50ddeef08199d4 (diff) | |
download | mtk-20170518-8e9b6764fa89322ad741b362286a3fb262ab7a15.zip mtk-20170518-8e9b6764fa89322ad741b362286a3fb262ab7a15.tar.gz mtk-20170518-8e9b6764fa89322ad741b362286a3fb262ab7a15.tar.bz2 |
update mpd to development snapshot, add shared mp3, ogg/vorbis and flac support (thanks to David Collet)
SVN-Revision: 2160
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index f012152..3c56620 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 |