mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
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:
parent
f26138555a
commit
5568b05f1f
11
conanfile.txt
Normal file
11
conanfile.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
[requires]
|
||||
ffmpeg/4.4
|
||||
|
||||
[options]
|
||||
ffmpeg:shared=True
|
||||
|
||||
[generators]
|
||||
qmake
|
||||
[imports]
|
||||
bin,*.dll->./lib/
|
||||
lib,*.lib -> ./lib/
|
Loading…
Reference in a new issue