projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c07b4
)
streamripper: depends on libpthread
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:51 +0000
(23:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 23:47:51 +0000
(23:47 +0000)
SVN-Revision: 32293
sound/streamripper/Makefile
patch
|
blob
|
history
diff --git
a/sound/streamripper/Makefile
b/sound/streamripper/Makefile
index 2a4001fdd25c030de81394b9ea0611f944a12a51..cf238ab19a053fe832fd970f67257f193b607a77 100644
(file)
--- a/
sound/streamripper/Makefile
+++ b/
sound/streamripper/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/streamripper
SECTION:=multimedia
CATEGORY:=Multimedia
- DEPENDS:=+libmad +libfaad2
+ DEPENDS:=+libmad +libfaad2
+libpthread
TITLE:=streamripper
URL:=http://streamripper.sourceforge.net/
endef