]> git.sesse.net Git - movit/blob - footer.frag
Make building the demo app optional if SDL_image and/or libpng12 are not found.
[movit] / footer.frag
1 void main()
2 {
3         gl_FragColor = INPUT(tc);
4 }