win: conan file

conan used here to save the time to compile ffmpeg.
run `conan install .` will copy all the necessary files to /lib/ folders
under root directory .
copy all the files except lzma.lib to winlibs/lib/msvc
This commit is contained in:
xiaoyifang 2022-02-02 14:49:13 +08:00
parent f26138555a
commit 5568b05f1f

11
conanfile.txt Normal file
View file

@ -0,0 +1,11 @@
[requires]
ffmpeg/4.4
[options]
ffmpeg:shared=True
[generators]
qmake
[imports]
bin,*.dll->./lib/
lib,*.lib -> ./lib/