summaryrefslogtreecommitdiffstats
path: root/package/libvorbis
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-16 13:34:11 +0200
committerPeter Korsgaard2008-06-16 13:34:11 +0200
commit15c2bc40adcc13da6259aa3a53c00c49e765af81 (patch)
tree2eeeed652fbc9bd1b82af1b3fefe028724dd88f0 /package/libvorbis
parentlibvorbis: show comment if libogg isn't enabled, not if libvorbis isn't. (diff)
downloadbuildroot-15c2bc40adcc13da6259aa3a53c00c49e765af81.tar.gz
buildroot-15c2bc40adcc13da6259aa3a53c00c49e765af81.tar.xz
buildroot-15c2bc40adcc13da6259aa3a53c00c49e765af81.zip
libvorbis: fix av32 typo in tremor default
Diffstat (limited to 'package/libvorbis')
-rw-r--r--package/libvorbis/Config.in2
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