summaryrefslogtreecommitdiff
path: root/package/madplay
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/madplay
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/madplay')
-rw-r--r--package/madplay/Config.in12
-rw-r--r--package/madplay/Makefile1
2 files changed, 1 insertions, 12 deletions
diff --git a/package/madplay/Config.in b/package/madplay/Config.in
deleted file mode 100644
index fab328aae..000000000
--- a/package/madplay/Config.in
+++ /dev/null
@@ -1,12 +0,0 @@
-config ADK_PACKAGE_MADPLAY
- tristate "madplay........................... MPEG audio player in fixed point"
- default n
- select ADK_PACKAGE_LIBID3TAG
- select ADK_PACKAGE_LIBMAD
- help
- MAD is an MPEG audio decoder. It currently only supports the MPEG 1
- standard, but fully implements all three audio layers (Layer I, Layer II,
- and Layer III, the latter often colloquially known as MP3.). There is also
- full support for ID3 tags.
-
-
diff --git a/package/madplay/Makefile b/package/madplay/Makefile
index e890cc3c2..1ac596651 100644
--- a/package/madplay/Makefile
+++ b/package/madplay/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= madplay
PKG_VERSION:= 0.15.2b
PKG_RELEASE:= 1
+PKG_BUILDDEP+= libid3tag libmad
PKG_MD5SUM:= 6814b47ceaa99880c754c5195aa1aac1
PKG_DESCR:= MPEG audio player in fixed point
PKG_SECTION:= sound