From bae480656aac1ec7ad3c2582bd6efe431298bcee Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 15 Oct 2013 20:21:51 +0200 Subject: enable arm specific optimization in libmad, enable alsa output in madplay --- package/madplay/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/madplay/Makefile') diff --git a/package/madplay/Makefile b/package/madplay/Makefile index 50187a26a..d089b8358 100644 --- a/package/madplay/Makefile +++ b/package/madplay/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 6814b47ceaa99880c754c5195aa1aac1 PKG_DESCR:= MPEG audio player in fixed point PKG_SECTION:= multimedia -PKG_DEPENDS:= libid3tag libmad -PKG_BUILDDEP:= libid3tag libmad +PKG_DEPENDS:= libid3tag libmad alsa-lib +PKG_BUILDDEP:= libid3tag libmad alsa-lib PKG_URL:= http://www.underbit.com/products/mad PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=mad/} \ ftp://ftp.mars.org/pub/mpeg/ @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-debugging \ --without-libiconv-prefix \ --without-libintl-prefix \ --without-esd \ - --without-alsa + --with-alsa post-install: ${INSTALL_DIR} ${IDIR_MADPLAY}/usr/bin -- cgit v1.2.3