]> git.sesse.net Git - movit/commit - Makefile.in
Support SDL2.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Mar 2014 11:54:18 +0000 (12:54 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 9 Mar 2014 11:54:18 +0000 (12:54 +0100)
commit5ba8c08fc0ebf3afec0b2c094454dd702f1438a5
tree2f90f2a26f444efb751ac983b9387216da9fa09d
parent8ea03db1932e4a76f457e0ecdfe31a4c8be0e0eb
Support SDL2.

The primary motivation for this is that SDL2 supports core contexts
and GLES (although it doesn't seem to work well with Mesa on my machine
yet). We support SDL1 for the time being too, though, which causes a
small bit of spaghetti.
Makefile.in
configure.ac
demo.cpp
gtest_sdl_main.cpp