mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
libopus: use 4 spaces instead of tabs in get_libopus_fpu_setting
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
6e40b5fa61
commit
a8090a76b4
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
def get_libopus_fpu_setting(bb, d):
|
||||
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
|
||||
return "--enable-fixed-point"
|
||||
return ""
|
||||
if d.getVar('TARGET_FPU', True) in [ 'soft' ]:
|
||||
return "--enable-fixed-point"
|
||||
return ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user