pixop / video-compare

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

About the SDL2 version in use #70

Closed nigue3025 closed 3 weeks ago

nigue3025 commented 4 weeks ago

Hi, I would like to build the project in Windows from source and it seems that SDL related headers are required Since there are various SDL2 versions released, which SDL2 version is suggested? Thanks in advance

jonfryd commented 3 weeks ago

Hi @nigue3025,

I'd pick the latest release (2.30.3 as of this writing), but at least version 2.0.10 (which introduced subpixel accuracy rendering capabilities) or later.

jonfryd commented 3 weeks ago

BTW, you're also going to need the headers for SDL_ttf. The latest release (2.20.0) works great - I noticed an older version of SDL_ttf had problems with correctly rendering the underlining used in the on-screen help view.

jonfryd commented 3 weeks ago

Let's close this one.