OpenHEVC/openHEVC

How to Compile openHEVC_msvc with vs2010?

jilir opened this issue · 1 comments

I have checked out the openHEVC_msvc,then I run cmake .. in the build directory,But when I open the openHEVC.sln and try to compile it, I got a lot of errors.It seems like msvc does not support C99.What should I do?

You need to at least use msvc2013 express edition.