// begin block to configure defines for the media image library
//
// Authored by Stefan Gumhold
//
// Please report all bugs and problems to "cgv@inf.tu-dresden.de".

#ifdef CGV_MEDIA_IMAGE_FORCE_STATIC
#	define CGV_FORCE_STATIC_LIB
#endif
#ifdef CGV_MEDIA_IMAGE_EXPORTS
#	define CGV_EXPORTS
#endif

#include <cgv/config/lib_begin.h>