Config.in 314 B

123456789
  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.
  8. http://www.libsdl.org/projects/SDL_image/