Log in

View Full Version : How to build a ffms2 static library with MSVC 2008?


roozhou
2nd February 2010, 04:03
Hi,

Currently ffms2's MSVC project file does not contain a static library configuration. And it seems a lot of headers are missing for MSVC. Can somebody provide a guide on compiling ffms2 with MSVC?

P.S. I encounter the following error when copy inttypes.h from MinGW


1>ffswscale.cpp
1>e:\ffms\build-msvc\inttypes.h(11) : error C2146: syntax error : missing ';' before identifier 'quot'
1>e:\ffms\build-msvc\inttypes.h(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int