Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 356843
Collapse All | Expand All

(-)ufoai-2.3.1-source/src/shared/images.c (+1 lines)
Lines 32-37 Link Here
32
32
33
#include <jpeglib.h>
33
#include <jpeglib.h>
34
#include <png.h>
34
#include <png.h>
35
#include <zlib.h>
35
36
36
/** image formats, tried in this order */
37
/** image formats, tried in this order */
37
static char *IMAGE_TYPES[] = { "tga", "png", "jpg", NULL };
38
static char *IMAGE_TYPES[] = { "tga", "png", "jpg", NULL };

Return to bug 356843