From: Vasilis Tsiligiannis Date: Thu, 13 Jan 2011 00:08:12 +0000 (+0000) Subject: [packages] mpd: Remove duplicate configure of aac (thanks Xiangfu Liu) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5241244cc92fb486f13aa64da1bd23385bb584e0;p=openwrt%2Fsvn-archive%2Farchive.git [packages] mpd: Remove duplicate configure of aac (thanks Xiangfu Liu) SVN-Revision: 24970 --- diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index ee2f2eb47e..c66b1f7157 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd PKG_VERSION:=0.15.8 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/musicpd @@ -72,7 +72,6 @@ CONFIGURE_ARGS += \ --enable-mms \ --enable-curl \ --disable-oss \ - --enable-aac \ --with-zeroconf=no \ --disable-libOggFLACtest \ --disable-test \