projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef78fe
)
[packages] streamripper: add missing dependency to libfaad (#6135)
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Nov 2009 22:26:44 +0000
(22:26 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Nov 2009 22:26:44 +0000
(22:26 +0000)
SVN-Revision: 18383
sound/streamripper/Makefile
patch
|
blob
|
history
diff --git
a/sound/streamripper/Makefile
b/sound/streamripper/Makefile
index 5ed45d458cf34711fc8af0cbd2ca7f91cc2d666c..96acb17e850f75b29884e98514f8ffbb016ecc81 100644
(file)
--- a/
sound/streamripper/Makefile
+++ b/
sound/streamripper/Makefile
@@
-20,7
+20,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/streamripper
SECTION:=multimedia
CATEGORY:=Multimedia
- DEPENDS:=+libmad
+ DEPENDS:=+libmad
+libfaad2
TITLE:=streamripper
URL:=http://streamripper.sourceforge.net/
endef