瀏覽代碼

libvorbis: make tremor option description more clear

Also remove comment about not being implemented.
Peter Korsgaard 17 年之前
父節點
當前提交
cebf9e668d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      package/libvorbis/Config.in

+ 1 - 2
package/libvorbis/Config.in

@@ -16,13 +16,12 @@ config BR2_PACKAGE_LIBVORBIS
 	  WMA and PAC.
 
 config BR2_PACKAGE_LIBVORBIS_TREMOR
-	bool "libvorbis integer implementation"
+	bool "use fixed point implementation (tremor)
 	default y if BR2_arm || BR2_avr32
 	default n
 	depends on BR2_PACKAGE_LIBVORBIS
 	help
 	  Use the Tremor fixed point implementation
-	  Not yet implemented
 
 comment "libvorbis requires the package libogg to build"
 	depends on !BR2_PACKAGE_LIBOGG