define Package/libshout
SECTION:=libs
- DEPENDS:= +libspeex +libtheora +libvorbisidec
+ DEPENDS:= +libspeex +libtheora +libvorbis
CATEGORY:=Libraries
TITLE:=Library which can be used to write a source client like ices
URL:=http://www.icecast.org/download.php
define Build/Configure
$(call Build/Configure/Default, \
VORBIS_CFLAGS="-I$(STAGING_DIR)/usr/include/tremor/"\
- VORBIS_LIBS="$(TARGET_LDFLAGS)" \
+ VORBIS_LIBS="$(TARGET_LDFLAGS) -lvorbis" \
--enable-shared \
--enable-static \
)