From 65d232fd7788fd6c49355bfd79a81f911307ef6c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 22 Dec 2010 10:08:10 +0000 Subject: [PATCH] [packages] libshout: depend on both libvorbis and libvorbisidec (#8496) SVN-Revision: 24792 --- libs/libshout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 9067d17391..1072e918c2 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -24,7 +24,7 @@ TARGET_CFLAGS += $(FPIC) define Package/libshout SECTION:=libs - DEPENDS:= +libspeex +libtheora +libvorbis + DEPENDS:= +libspeex +libtheora +libvorbis +libvorbisidec CATEGORY:=Libraries TITLE:=Library which can be used to write a source client like ices URL:=http://www.icecast.org/download.php @@ -41,7 +41,7 @@ endef define Build/Configure $(call Build/Configure/Default, \ VORBIS_CFLAGS="-I$(STAGING_DIR)/usr/include/tremor/"\ - VORBIS_LIBS="$(TARGET_LDFLAGS) -lvorbis" \ + VORBIS_LIBS="$(TARGET_LDFLAGS) -lvorbis -lvorbisidec" \ --enable-shared \ --enable-static \ ) -- 2.30.2