Linking libavformat in Visual Studio 2010

后端 未结 3 552
轮回少年
轮回少年 2021-01-03 15:06

I\'m attempting to build some video-reading code around libavformat. After getting the compiled DLLs and .lib files here, I go to build my code, and the linker

3条回答
  •  天涯浪人
    2021-01-03 15:40

    Fetch the 32-bit libraries and you should be fine :) Your application platform has to match the libraries used (and vica versa).

提交回复
热议问题