Blame view

buildroot/buildroot-2016.08.1/package/speex/Config.in 439 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  config BR2_PACKAGE_SPEEX
  	bool "speex"
  	select BR2_PACKAGE_LIBOGG
  	help
  	  Speex is an Open Source/Free Software patent-free
  	  audio compression format designed for speech.
  	  It can be used for Voice over IP
  
  	  http://www.speex.org/
  
  if BR2_PACKAGE_SPEEX
  
  config BR2_PACKAGE_SPEEX_ARM4
  	bool
  	default y
  	depends on BR2_ARM_CPU_ARMV4
  
  config BR2_PACKAGE_SPEEX_ARM5E
  	default y
  	bool
  	depends on BR2_arm && !BR2_PACKAGE_SPEEX_ARM4
  
  endif