]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libvorbis: fix av32 typo in tremor default
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:34:11 +0000 (11:34 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:34:11 +0000 (11:34 -0000)
package/libvorbis/Config.in

index 2df7fc41b0ad218ad57bb1f75978a522430228e3..4d590744892954a4ad5f009020d2113f8ce764b9 100644 (file)
@@ -25,7 +25,7 @@ config BR2_PACKAGE_LIBVORBIS_HEADERS
 
 config BR2_PACKAGE_LIBVORBIS_TREMOR
        bool "libvorbis integer implementation"
-       default y if BR2_arm || BR2_av32
+       default y if BR2_arm || BR2_avr32
        default n
        depends on BR2_PACKAGE_LIBVORBIS
        help