projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d00f8
)
[packages] libshout: fix dependencies, libvorbisidec is apparently the wrong lib...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 13:38:04 +0000
(13:38 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 15 Dec 2010 13:38:04 +0000
(13:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24606
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/libshout/Makefile
patch
|
blob
|
history
diff --git
a/libs/libshout/Makefile
b/libs/libshout/Makefile
index
5c7f546
..
9067d17
100644
(file)
--- a/
libs/libshout/Makefile
+++ b/
libs/libshout/Makefile
@@
-24,7
+24,7
@@
TARGET_CFLAGS += $(FPIC)
define Package/libshout
SECTION:=libs
- DEPENDS:= +libspeex +libtheora +libvorbis
idec
+ 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
@@
-41,7
+41,7
@@
endef
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 \
)