libamcodec: new package
[buildroot-gz.git] / package / sdl2_image / Config.in
blob9b4a38354f14dedee7df32503c987a99278ce291
1 config BR2_PACKAGE_SDL2_IMAGE
2         bool "sdl2_image"
3         depends on BR2_PACKAGE_SDL2
4         help
5           SDL2_image is an image file loading library. It loads images
6           as SDL surfaces, and supports the following formats: BMP,
7           GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV.
9           http://www.libsdl.org/projects/SDL_image/