libvorbis: fix av32 typo in tremor default

This commit is contained in:
Peter Korsgaard 2008-06-16 11:34:11 +00:00
parent 7af711ab3d
commit 15c2bc40ad
1 changed files with 1 additions and 1 deletions

View 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