istereo

annotate 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
rev   line source
nuclear@26 1 /* this file is generated by ./configure, do not edit */
nuclear@26 2 int img_register_jpeg();
nuclear@26 3 int img_register_png();
nuclear@26 4 int img_register_ppm();
nuclear@26 5
nuclear@26 6 void img_modules_init(void)
nuclear@26 7 {
nuclear@26 8 img_register_jpeg();
nuclear@26 9 img_register_png();
nuclear@26 10 img_register_ppm();
nuclear@26 11 }