pixop / video-compare

Split screen video comparison tool using FFmpeg and SDL2
GNU General Public License v2.0
889 stars 41 forks source link

Fix a compilation error in string_utils.h #48

Closed feschber closed 10 months ago

feschber commented 10 months ago

With newer gcc versions the following error is thrown: ‘uint64_t’ does not name a type

jonfryd commented 10 months ago

Nice! Thanks, @ferdinandschober