From: Peter Korsgaard Date: Mon, 16 Jun 2008 11:34:11 +0000 (-0000) Subject: libvorbis: fix av32 typo in tremor default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15c2bc40adcc13da6259aa3a53c00c49e765af81;p=buildroot.git libvorbis: fix av32 typo in tremor default --- diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index 2df7fc41b0..4d59074489 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