EleonoreMizo / fmtconv

Format conversion tools for Vapoursynth and Avisynth+
Do What The F*ck You Want To Public License
67 stars 14 forks source link

Typo in src/fstb/Vu32.hpp #36

Closed marillat closed 2 years ago

marillat commented 2 years ago

fmtconv fail to build for some architecture (armhf, arm64) with the following error Replacing Vs32 by Vu32 solve this issue.

./../../src/fstb/Vu32.hpp: In function ‘fstb::Vu32 fstb::operator!=(const Vu32&, const Vu32&)’:
./../../src/fstb/Vu32.hpp:963:9: error: ‘Vs32’ was not declared in this scope; did you mean ‘Vu32’?
./../../src/fstb/Vu32.hpp:963:13: error: expected ‘;’ before ‘{’ token
marillat commented 2 years ago

I did a PR #37