mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add ffmpeg windows to install files
This commit is contained in:
parent
97a4a7037e
commit
8391e30dc7
@ -75,6 +75,18 @@ install_it.files += assets/templates/config.json \
|
||||
assets/icons/favicon.ico \
|
||||
settings.json \
|
||||
steam_appid.txt \
|
||||
ThirdParty/ffmpeg/Windows/avcodec-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avdevice-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avfilter-7.dll \
|
||||
ThirdParty/ffmpeg/Windows/avformat-58.dll \
|
||||
ThirdParty/ffmpeg/Windows/avutil-56.dll \
|
||||
ThirdParty/ffmpeg/Windows/ffmpeg.exe \
|
||||
ThirdParty/ffmpeg/Windows/ffplay.exe \
|
||||
ThirdParty/ffmpeg/Windows/ffprobe.exe \
|
||||
ThirdParty/ffmpeg/Windows/postproc-55.dll \
|
||||
ThirdParty/ffmpeg/Windows/swresample-3.dll \
|
||||
ThirdParty/ffmpeg/Windows/swscale-5.dll
|
||||
|
||||
|
||||
installOut.files += steam_appid.txt \
|
||||
|
||||
@ -117,4 +129,5 @@ unix {
|
||||
}
|
||||
|
||||
DISTFILES += \
|
||||
favicon.ico
|
||||
favicon.ico \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user