SDL 1.2 compatibility layer that runs on top of SDL 2.0
SDL 1.2 compatibility layer that uses SDL 2.0 behind the scenes
sdl-config
$ sdl-config --cflags --libs
$ sdl-config --version
$ gcc myprogram.c $(sdl-config --cflags --libs) -o myprogram