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:
4ae7de8
)
due to a compiler bug, libsndfile does not build on avr32
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Jan 2009 17:13:15 +0000
(17:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 6 Jan 2009 17:13:15 +0000
(17:13 +0000)
SVN-Revision: 13899
libs/libsndfile/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsndfile/Makefile
b/libs/libsndfile/Makefile
index 2295519deec8b1e25c88ccc2a237dcd77c599ce2..8efe69bc3d59c540297a2223f8c798d1324179e8 100644
(file)
--- a/
libs/libsndfile/Makefile
+++ b/
libs/libsndfile/Makefile
@@
-24,6
+24,7
@@
define Package/libsndfile
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Library for reading/writing audio files
+ DEPENDS:=@!avr32
URL:=http://www.mega-nerd.com/libsndfile/
endef