istereo

view libs/imago2/modules.c @ 26:862a3329a8f0

wohooo, added a shitload of code from zlib/libpng/libjpeg. When the good lord was raining shared libraries the iphone held a fucking umbrella...
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 06:28:38 +0300
parents
children
line source
1 /* this file is generated by ./configure, do not edit */
2 int img_register_jpeg();
3 int img_register_png();
4 int img_register_ppm();
6 void img_modules_init(void)
7 {
8 img_register_jpeg();
9 img_register_png();
10 img_register_ppm();
11 }