mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
5568b05f1f
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
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
[requires]
|
|
ffmpeg/4.4
|
|
|
|
[options]
|
|
ffmpeg:shared=True
|
|
|
|
[generators]
|
|
qmake
|
|
[imports]
|
|
bin,*.dll->./lib/
|
|
lib,*.lib -> ./lib/ |