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

common/i386/predict-c.c: Don't use a list initializer in the declaration #1

Open
wants to merge 2 commits into
base: distrotech-xavs
Choose a base branch
from

Conversation

1480c1
Copy link

@1480c1 1480c1 commented Sep 4, 2020

This will fix issues such as

common/i386/predict-c.c:34:41: error: a parameter list without types is only allowed in a function definition

extern void predict_8x8c_p_core_mmxext( src, i00, b, c );

                                        ^

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
xavs_add8x8_idct8_sse2 is declared with the last arg as a pointer, but
xavs_add16x16_idct8_sse2 passes a plain uint16_t to it

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
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.

None yet

1 participant