linux-mingw: upgrade conan packages, conan GCC version

Also use ownstuff ffmpeg, instead of the dead link from mingw-setup.sh
mingw-setup.sh was thus removed as it only did one thing that could be
reduced to a single command in the Dockerfile.
This commit is contained in:
lat9nq 2020-09-26 16:55:32 -04:00
parent 7dba201b19
commit 34efbab012
4 changed files with 102 additions and 26 deletions

View file

@ -21,6 +21,6 @@ arch=x86_64
compiler=gcc
# Adjust to the gcc version of your MinGW package
compiler.version=9
compiler.version=10.2
compiler.libcxx=libstdc++11
build_type=Release