diff options
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/ |