Subversion Repositories freemyipod

Rev

Rev 494 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 494 Rev 651
Line 34... Line 34...
34
    .png_decode_rgba = png_decode_rgba,
34
    .png_decode_rgba = png_decode_rgba,
35
    .png_decode_rgb = png_decode_rgb,
35
    .png_decode_rgb = png_decode_rgb,
36
    .png_destroy = png_destroy
36
    .png_destroy = png_destroy
37
};
37
};
38
 
38
 
39
EMCORE_LIB_HEADER(0x64474e50, LIBPNG_API_VERSION, LIBPNG_MIN_API_VERSION, NULL, NULL, apitable)
39
EMCORE_LIB_HEADER(LIBPNG_IDENTIFIER, LIBPNG_API_VERSION, LIBPNG_MIN_API_VERSION,
-
 
40
                  NULL, NULL, apitable)
40
41