Page 1 of 1

GCC version still shows as 5.3.1

Posted: Mon Jul 03, 2017 12:27 am
by ClickClick5
Unless I missed something, when building the most recent master for Windows, the GCC version used should be 7.1.0 correct? When checking the log in handbrake, it still shows x265 compiled as 5.3.1.

Here is a snipit:

HandBrake Nightly 20170629161315-6554c6a-master (2017070201) - 64bit
OS: Microsoft Windows NT 10.0.14393.0 - 64bit
CPU: Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz
Ram: 32593 MB,
GPU Information:
NVIDIA GeForce GTX 980 - 22.21.13.8165
Screen: 2560x1440
Temp Dir: C:\Users\ClickClick5\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake Nightly
Data Dir: C:\Users\ClickClick5\AppData\Roaming\HandBrake Team\HandBrake\1.1.0.0

-------------------------------------------

x265 [info]: HEVC encoder version 2.4
x265 [info]: build info [Windows][GCC 5.3.1][64 bit] 8bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
x265 [info]: Main profile, Level-4 (Main tier)
x265 [info]: Thread pool created using 12 threads
x265 [info]: Slices : 1
x265 [info]: frame threads / pool features : 3 / wpp(12 rows)

Re: GCC version still shows as 5.3.1

Posted: Mon Jul 03, 2017 4:00 am
by BradleyS
It depends. The toolchain on the build system probably wasn't updated immediately after the mingw-w64 build script was. This isn't critical.

Re: GCC version still shows as 5.3.1

Posted: Mon Jul 03, 2017 8:23 am
by ClickClick5
Thanks Bradley.