projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebf9e6
)
libvorbis: use BR2_SOFT_FLOAT to set default for tremor
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:42:19 +0000
(11:42 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:42:19 +0000
(11:42 -0000)
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
package/libvorbis/Config.in
patch
|
blob
|
history
diff --git
a/package/libvorbis/Config.in
b/package/libvorbis/Config.in
index 88c01accf7b73d49bc1bafc1e04c4d06c0f9be50..b47011e7f14ea8659905c4d4cc8e64a65ddaf8cf 100644
(file)
--- a/
package/libvorbis/Config.in
+++ b/
package/libvorbis/Config.in
@@
-17,7
+17,7
@@
config BR2_PACKAGE_LIBVORBIS
config BR2_PACKAGE_LIBVORBIS_TREMOR
bool "use fixed point implementation (tremor)
- default y if BR2_
arm || BR2_avr32
+ default y if BR2_
SOFT_FLOAT
default n
depends on BR2_PACKAGE_LIBVORBIS
help