CMake + FFMPEG for Microsoft Visual Studio example
- Zeranoe FFmpeg builds (DEV + Shared) http://ffmpeg.zeranoe.com/builds/ install anywhere on build machine
- msinttypes an ISO C9x compliant stdint.h and inttypes.h for Microsoft Visual Studio http://code.google.com/p/msinttypes/ Note: I've renamed stdint.h from this paroject to mstdint.h to avoid clash with existed stdint.h for MSVS2010+
- cmake http://cmake.org/
- ninja http://martine.github.io/ninja/
- Visual studio https://www.visualstudio.com/
Refer wiki page for usage https://github.com/snikulov/ffmpeg_win_example/wiki/Full-build-procedure