Преглед изворни кода

libvorbis: fix av32 typo in tremor default

Peter Korsgaard пре 17 година
родитељ
комит
15c2bc40ad
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/libvorbis/Config.in

+ 1 - 1
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