1config BR2_PACKAGE_LIBCODEC2
2	bool "libcodec2"
3	help
4	  Codec2 is an open source low bit rate speech codec designed
5	  for communications quality speech between 700 and 3200 bit/s.
6
7	  http://rowetel.com/codec2.html
8
9if BR2_PACKAGE_LIBCODEC2
10
11config BR2_PACKAGE_LIBCODEC2_EXAMPLES
12	bool "libcodec2_examples"
13	help
14	  Install Codec2 examples.
15
16endif
17