aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/speex/speex-fpu.inc
blob: 4c639200b3b451791e7aa54eb63d8d12ddcb55fe (plain)
1
2
3
4
5
def get_speex_fpu_setting(bb, d):
	if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
		return "--enable-fixed-point --disable-float-api --disable-vbr"
	return ""