You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cross_compile_ffmpeg.sh
+10-6
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ install_cross_compiler() {
255
255
256
256
# --disable-shared allows c++ to be distributed at all...which seemed necessary for some random dependency which happens to use/require c++...
257
257
local zeranoe_script_name=mingw-w64-build-r22.local
258
-
local zeranoe_script_options="--gcc-ver=7.1.0 --default-configure --cpu-count=$gcc_cpu_count --pthreads-w32-ver=2-9-1 --disable-shared --clean-build --verbose --allow-overwrite"# allow-overwrite to avoid some crufty prompts if I do rebuilds [or maybe should just nuke everything...]
258
+
local zeranoe_script_options="--gcc-ver=8.2.0 --default-configure --cpu-count=$gcc_cpu_count --pthreads-w32-ver=2-9-1 --disable-shared --clean-build --verbose --allow-overwrite"# allow-overwrite to avoid some crufty prompts if I do rebuilds [or maybe should just nuke everything...]
259
259
if [[ ($compiler_flavors == "win32"||$compiler_flavors == "multi") &&!-f ../$win32_gcc ]];then
0 commit comments