Skip to content

meson: Fix empty options in celt armopts#455

Open
gamelaster wants to merge 1 commit intoxiph:mainfrom
gamelaster:fix/armopts-empty-opts
Open

meson: Fix empty options in celt armopts#455
gamelaster wants to merge 1 commit intoxiph:mainfrom
gamelaster:fix/armopts-empty-opts

Conversation

@gamelaster
Copy link

For example, if CPU does not support NEON, the armopts.s OPUS_ARM_MAY_HAVE_NEON should be set to 0. Without this fix, @OPUS_ARM_MAY_HAVE_NEON@ macro is replaced to "", which leads to failure during compilation when armopts-gnu.S is compiled by GCC.

For example, if CPU does not support NEON, the armopts.s OPUS_ARM_MAY_HAVE_NEON should be set to 0. Without this fix, @OPUS_ARM_MAY_HAVE_NEON@ macro is replaced to "", which leads to failure during compilation when armopts-gnu.S is compiled by GCC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments