Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codec/common/inc/asmdefs_mmi.h: fix mips32 build #3384

Merged
merged 1 commit into from
Dec 17, 2021
Merged

codec/common/inc/asmdefs_mmi.h: fix mips32 build #3384

merged 1 commit into from
Dec 17, 2021

Conversation

ffontaine
Copy link
Contributor

Fix the following build failure on mips32 which is raised since version 2.0.0 and b13e5bc:

codec/common/mips/copy_mb_mmi.c: In function 'WelsCopy16x16_mmi':
./codec/common/inc/asmdefs_mmi.h:293:21: error: '_ABI64' undeclared (first use in this function)
  293 |    if (_MIPS_SIM == _ABI64)                                    \
      |                     ^~~~~~

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Fix the following build failure on mips32 which is raised since version
2.0.0 and
b13e5bc:

codec/common/mips/copy_mb_mmi.c: In function 'WelsCopy16x16_mmi':
./codec/common/inc/asmdefs_mmi.h:293:21: error: '_ABI64' undeclared (first use in this function)
  293 |    if (_MIPS_SIM == _ABI64)                                    \
      |                     ^~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/cba3e9d0fd061cc3a92cb732bcdc2c7b66dbf6cb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
@GuangweiWang GuangweiWang self-assigned this May 25, 2021
@GuangweiWang GuangweiWang self-requested a review May 25, 2021 00:41
@GuangweiWang GuangweiWang removed their assignment May 25, 2021
@GuangweiWang
Copy link
Collaborator

LGTM

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.

2 participants