有谁知道如何构建libav静态库(.lib)以便在我的项目中使用它们?
答案 0 :(得分:0)
在编译LibAV之前,需要先通过“配置”脚本配置LibAV。使用'--enable-static':
./ configure --enable-static
脚本“ configure”会根据所选参数或默认参数(例如LibAV配置参数)生成生成文件:
./ configure --target-os = mingw32 --arch = x86 --enable-shared -enable-static --enable-dxva2 --disable-encoders --enable-hwaccel = dxva2 --extra-cflags = -O3-启用-pthreads