77754571b2
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
22 lines
802 B
Plaintext
22 lines
802 B
Plaintext
config BR2_PACKAGE_LIBVORBIS
|
|
bool "libvorbis"
|
|
select BR2_PACKAGE_LIBOGG
|
|
help
|
|
Library for the Vorbis open source audio decoder
|
|
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
|
|
general-purpose compressed audio format for mid to high quality
|
|
(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and
|
|
variable bitrates from 16 to 128 kbps/channel.
|
|
|
|
This places Vorbis in the same competitive class as audio
|
|
representations such as MPEG-4 (AAC), and similar to, but higher
|
|
performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ),
|
|
WMA and PAC.
|
|
|
|
config BR2_PACKAGE_LIBVORBIS_TREMOR
|
|
bool "use fixed point implementation (tremor)"
|
|
default y if BR2_SOFT_FLOAT
|
|
depends on BR2_PACKAGE_LIBVORBIS
|
|
help
|
|
Use the Tremor fixed point implementation
|