diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 19:10:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 19:10:59 +0100 |
commit | aca11dbcbc56c0c4bb4e0dbb46c28a10f48c4693 (patch) | |
tree | 3730e9307af271f6d4a2a866adfc6ae7a65c583d /package/mpd | |
parent | b8074629774161e2cea19c704aaea9d3e482e290 (diff) | |
parent | 18430215845a1ba4adab10062d33204fd26bd8fb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mpd')
-rw-r--r-- | package/mpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile index 3920f2ebc..e28d38008 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -25,7 +25,7 @@ PKG_BUILDDEP+= faad2 endif ifneq ($(ADK_PACKAGE_MPD_WITH_OGG),) PKG_DEPENDS+= libvorbis libogg -PKG_BUILDDEP+= libvorbis +PKG_BUILDDEP+= libvorbis libogg endif ifneq ($(ADK_PACKAGE_MPD_WITH_TREMOR),) PKG_DEPENDS+= libvorbisidec |