Reputation: 913
I am going to develop an application which will use ffmpeg library on my PC under Windows 8 on it. I am also going to develop my program with using Visual Studio. I have read here that to use ffmpeg as a library in my project I need compile ffmpeg at first.
The compilation ffmpeg on OS Windows is really not very easy. And I want to know why it is impossible to compile ffmpeg on Windows at once and then use this build on any computer running OS Windows? Why we cant do this?
May be someone can give me all that *.lib files that were created after compiling ffmpeg on Windows?
Upvotes: 1
Views: 515
Reputation: 5135
Long time ago, I've provided example how-to use ffmpeg with Microsoft Visual Studio and cmake.
Requirements:
HTH.
Upvotes: 1