Modify ↓
Opened 7 years ago
Closed 7 years ago
#8496 closed defect (fixed)
libshout fails to build after https://dev.openwrt.org/changeset/24606
Reported by: | dz0ny | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Backfire 10.03.1 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
Fails with missing functions in ogg.c. In order to fix libvorbisidec mus be present along with vorbis.
fix line 25
define Package/libshout SECTION:=libs 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 endef
Attachments (0)
Change History (1)
comment:1 Changed 7 years ago by jow
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r24792