]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libvorbis: use BR2_SOFT_FLOAT to set default for tremor
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:42:19 +0000 (11:42 -0000)
committerPeter 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

index 88c01accf7b73d49bc1bafc1e04c4d06c0f9be50..b47011e7f14ea8659905c4d4cc8e64a65ddaf8cf 100644 (file)
@@ -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