Log in

View Full Version : x264 visual studio project file


zeeman_88
4th June 2010, 03:28
i am looking for a visual studio project file the compile x264project. I don’t care if doesn’t use include SSE code.

roozhou
4th June 2010, 05:24
Please take a look at here
https://direct264.svn.sourceforge.net/svnroot/direct264/x264

I created VS2005, VS2008 and VS2010 projects. I also added intrinsic and inline-asm functions for MSVC.

Since VS does not support some C99 features, you have to manually convert some codes to be C89 compliant.(e.g. declaration after statement)

zeeman_88
4th June 2010, 16:02
12345