diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:34:11 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:34:11 +0000 |
commit | 15c2bc40adcc13da6259aa3a53c00c49e765af81 (patch) | |
tree | 2eeeed652fbc9bd1b82af1b3fefe028724dd88f0 /package | |
parent | 7af711ab3d6b91194b86076422381f1e3b439b04 (diff) | |
download | buildroot-novena-15c2bc40adcc13da6259aa3a53c00c49e765af81.tar.gz buildroot-novena-15c2bc40adcc13da6259aa3a53c00c49e765af81.zip |
libvorbis: fix av32 typo in tremor default
Diffstat (limited to 'package')
-rw-r--r-- | package/libvorbis/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 2df7fc41b..4d5907448 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -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 |