From: jow Date: Wed, 22 Dec 2010 10:08:10 +0000 (+0000) Subject: [packages] libshout: depend on both libvorbis and libvorbisidec (#8496) X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=5ab7e2c8cd18cbcc20695dd175031d11629be776;p=packages.git [packages] libshout: depend on both libvorbis and libvorbisidec (#8496) git-svn-id: svn://svn.openwrt.org/openwrt/packages@24792 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 9067d1739..1072e918c 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 \ )