Browse Source

oggfwd: Build with libshout-full

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 9 years ago
parent
commit
c067c6b0d5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      multimedia/oggfwd/Makefile

+ 2
- 2
multimedia/oggfwd/Makefile View File

@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
10 10
 PKG_NAME:=oggfwd
11 11
 PKG_REV:=506088e5066abd086efc951670906187c120e9a3
12 12
 PKG_VERSION:=20150412
13
-PKG_RELEASE:=1
13
+PKG_RELEASE:=2
14 14
 
15 15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 16
 PKG_SOURCE_URL:=git://r-w-x.org/oggfwd.git
@@ -30,7 +30,7 @@ define Package/oggfwd
30 30
   SUBMENU:=Streaming
31 31
   TITLE:=Pipe media into icecast
32 32
   URL:=http://www.v2v.cc/~j/oggfwd
33
-  DEPENDS:=+libpthread +libshout
33
+  DEPENDS:=+libpthread +libshout-full
34 34
 endef
35 35
 
36 36
 define Package/oggfwd/description