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

LNK2019-unresolved external symbol ff_dct32_float_sse referenced in function ff_dct_init_x86 #83

Open
Yashwanth-sastry opened this issue Jun 15, 2023 · 0 comments

Comments

@Yashwanth-sastry
Copy link

Yashwanth-sastry commented Jun 15, 2023

Hi I am trying to build OpenHevc on Windows 11 visual studio 15 2017 on a intel x86_64 bit machine and facing a build issue like this:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol ff_dct32_float_sse referenced in function ff_dct_init_x86 LibOpenHevcWrapper C:\Users\Downloads\sencore\openHEVC\build\dct_init.obj 1
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol ff_dct32_float_avx referenced in function ff_dct_init_x86 LibOpenHevcWrapper C:\Users\Downloads\sencore\openHEVC\build\dct_init.obj 1
I have tried adding them to the c folders but everytime a new unresolved external symbol shows up.
I have made all the changes according to the pull request and have installed yasm along with SDL,SDL2 but the executable is not built.
Can anyone checkout and resolve this issue.

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

No branches or pull requests

1 participant