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

Tried building on VC++ 14.0 (Visual studio15.0) . Gives link error LNK1104:cannot find file m.lib. please help #48

Open
PraseethaSingh opened this issue Sep 19, 2016 · 3 comments

Comments

@PraseethaSingh
Copy link

No description provided.

@pcabarat
Copy link
Collaborator

pcabarat commented Sep 19, 2016

We will need more details in order to help you
- Which branch are you trying to build ?
- Did you make any further modification in order to build it?

@PraseethaSingh
Copy link
Author

Hi , I have run the cmakelist.txt using cmake to Create the .sln to run on VC ++. Have the yasm , Msys path included to the project .. I have not made any changes to the code .

@pcabarat
Copy link
Collaborator

pcabarat commented Sep 19, 2016

From your error it seems to be related to libm.
Try to remove the m from this line

target_link_libraries(LibOpenHevcWrapper m)

in CMakeList.txt
If it does not work, you'll probably have to download or build a version of libm.

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

2 participants