Skip to content

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 );

                                        ^

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 <[email protected]>
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