Open PraseethaSingh opened 8 years ago
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 .
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.
We will need more details in order to help you