kibsoft / QtMEL

Qt Media Encoding Library
GNU Lesser General Public License v2.1
67 stars 16 forks source link

Problem with building QtMel on Windows #24

Open abtimal opened 10 years ago

abtimal commented 10 years ago

In the downloaded archive with ffmpeg (QtMEL_FFmpeg) there are no .lib files that are needed to compile QtMel (avcodec-53.lib, avformat-53.lib, avutil-51.lib, swscale-2.lib). Please, help me.

kibsoft commented 10 years ago

Because the arhive is only for dynamic linking, I mean you have to have dlls near qtmel.dll. As I understand you want to build FFmpeg with QtMEL statically? I am not sure you can do this. Maybe you can...but then you have to build FFmpeg youself.. and I don't advise you to do that :)