mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
libvorbis: make tremor option description more clear
Also remove comment about not being implemented.
This commit is contained in:
parent
b1af0e64b1
commit
cebf9e668d
@ -16,13 +16,12 @@ config BR2_PACKAGE_LIBVORBIS
|
|||||||
WMA and PAC.
|
WMA and PAC.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBVORBIS_TREMOR
|
config BR2_PACKAGE_LIBVORBIS_TREMOR
|
||||||
bool "libvorbis integer implementation"
|
bool "use fixed point implementation (tremor)
|
||||||
default y if BR2_arm || BR2_avr32
|
default y if BR2_arm || BR2_avr32
|
||||||
default n
|
default n
|
||||||
depends on BR2_PACKAGE_LIBVORBIS
|
depends on BR2_PACKAGE_LIBVORBIS
|
||||||
help
|
help
|
||||||
Use the Tremor fixed point implementation
|
Use the Tremor fixed point implementation
|
||||||
Not yet implemented
|
|
||||||
|
|
||||||
comment "libvorbis requires the package libogg to build"
|
comment "libvorbis requires the package libogg to build"
|
||||||
depends on !BR2_PACKAGE_LIBOGG
|
depends on !BR2_PACKAGE_LIBOGG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user