The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / opus / Config.in
1 config BR2_PACKAGE_OPUS
2         bool "opus"
3         help
4           The Opus codec is designed for interactive speech and audio
5           transmission over the Internet. It is designed by the IETF
6           Codec Working Group and incorporates technology from Skype's
7           SILK codec and Xiph.Org's CELT codec.
8
9           It is intended to suit a wide range of interactive audio
10           applications, including Voice over IP, videoconferencing,
11           in-game chat, and even remote live music performances. It
12           can scale from low bit-rate narrowband speech to very high
13           quality stereo music.
14
15           http://opus-codec.org
16
17 if BR2_PACKAGE_OPUS
18
19 config BR2_PACKAGE_OPUS_FIXED_POINT
20         bool "use fixed-point" if !BR2_SOFT_FLOAT
21         default y if BR2_SOFT_FLOAT
22         help
23           Compile without floating point operations (for machines
24           without a fast enough FPU).
25
26 endif