1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add ffmpeg windows to install files

This commit is contained in:
kelteseth 2018-09-29 11:39:37 +02:00
parent 97a4a7037e
commit 8391e30dc7

View File

@ -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 \