diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-12 17:11:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-12 17:11:54 +0200 |
commit | 44f09b2c4ac51815b8996ff637b78c0a462e5382 (patch) | |
tree | 4d5837afe92f6a59470c7d99f83a54e23a68330a /package/libtheora | |
parent | 1a70ec52e7a97c6255421bee8ec0341bec623085 (diff) |
add ntpd support for mpdbox, fix smbclient package
Diffstat (limited to 'package/libtheora')
-rw-r--r-- | package/libtheora/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtheora/Makefile b/package/libtheora/Makefile index 7a6437c49..a1f26b7fd 100644 --- a/package/libtheora/Makefile +++ b/package/libtheora/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 292ab65cedd5021d6b7ddd117e07cd8e PKG_DESCR:= Theora video codec PKG_SECTION:= libs -PKG_DEPENDS:= libsdl libogg libvorbis -PKG_BUILDDEP:= sdl libogg libvorbis +PKG_DEPENDS:= libogg libvorbis +PKG_BUILDDEP:= libogg libvorbis PKG_URL:= http://www.theora.org/ PKG_SITES:= http://downloads.xiph.org/releases/theora/ |