godot/modules/opus
Rémi Verschelde c2fb1c9f01 SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches
The first 'if' always evaluated to true, as it evaluated values which are the default
ones for Android and iOS respectively, so even if one of them was overridden, the other
one would be true.

Fixes #27658.
2019-04-04 12:01:52 +02:00
..
stub
audio_stream_opus.cpp
audio_stream_opus.h
config.py
register_types.cpp
register_types.h
SCsub SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches 2019-04-04 12:01:52 +02:00