1 config BR2_PACKAGE_LIBFREEIMAGE
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on !BR2_STATIC_LIBS
5 depends on BR2_USE_WCHAR
6 # compiler issue: "Error: invalid register number `63'"
8 # Numerous build issues
11 FreeImage is an Open Source library project for developers who
12 would like to support popular graphics image formats like PNG,
13 BMP, JPEG, TIFF and others as needed by today's multimedia
16 http://freeimage.sourceforge.net
18 comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
21 depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR