diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-08 21:45:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-08 21:45:05 +0100 |
commit | c115a9d1c3c12ce5504a1a5169006c66cafc34e3 (patch) | |
tree | f4bef63dd572e3fe54b8d5fdbffcbf2e2e78d7a2 /package/libvorbis | |
parent | 91fb280c3d35424d56c7f9a3bea23f383dfcb56a (diff) |
many bugfixes for native adksystems and some package updates
Diffstat (limited to 'package/libvorbis')
-rw-r--r-- | package/libvorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index a980c64a7..05e01dd94 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= libvorbis PKG_VERSION:= 1.2.0 PKG_RELEASE:= 1 PKG_MD5SUM:= 478646358c49f34aedcce58948793619 -PKG_DESCR:= The Vorbis General Audio Compression Codec library +PKG_DESCR:= Vorbis General Audio Compression Codec library PKG_SECTION:= libs PKG_BUILDDEP:= libogg PKG_URL:= http://www.xiph.org/vorbis/ |