diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2018-03-06 16:55:59 -0500 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2018-03-06 16:55:59 -0500 |
commit | 7c8df9bb250b6498a7738d3f3609a0b62ad2f798 (patch) | |
tree | 523fbce52108e83b7bbee7c3a65d53177c1d745f | |
parent | 66e41cd434527359cd41703d98f1ff03393e7ce7 (diff) |
Revert Binutils to 2.29.1
2.30 seems have have an issue with x265:
Stream #0:0 -> #0:x265 [error]: Only bit depths of 0 are supported in this build
Further investigation is needed to find the real issue here.
-rwxr-xr-x | mingw-w64-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index 17f1843..12438f1 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -17,7 +17,7 @@ # v_script="4.0.1" -v_binutils="2.30" +v_binutils="2.29.1" v_gcc="7.3.0" v_gmp="6.1.2" v_mpfr="4.0.1" |