diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/libshout | |
parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libshout')
-rw-r--r-- | package/libshout/Config.in | 16 | ||||
-rw-r--r-- | package/libshout/Makefile | 1 |
2 files changed, 1 insertions, 16 deletions
diff --git a/package/libshout/Config.in b/package/libshout/Config.in deleted file mode 100644 index 2a34f2c1b..000000000 --- a/package/libshout/Config.in +++ /dev/null @@ -1,16 +0,0 @@ -config ADK_COMPILE_LIBSHOUT - tristate - default n - depends on ADK_PACKAGE_LIBSHOUT - -config ADK_PACKAGE_LIBSHOUT - prompt "libshout.......................... Streaming library" - tristate - default n - select ADK_COMPILE_LIBSHOUT - select ADK_PACKAGE_LIBVORBIS - select ADK_PACKAGE_LIBOGG - help - Shoutcast streaming library. - - http://www.icecast.org/ diff --git a/package/libshout/Makefile b/package/libshout/Makefile index f91cd809c..fef009845 100644 --- a/package/libshout/Makefile +++ b/package/libshout/Makefile @@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libshout PKG_VERSION:= 2.2.2 PKG_RELEASE:= 1 +PKG_BUILDDEP+= libvorbis PKG_MD5SUM:= 4f75fc9901c724b712c371c9a1e782d3 PKG_DESCR:= Library which can be used to write a source client for streaming PKG_SECTION:= libs |