File indexing completed on 2025-01-05 03:56:45
0001 /* -*- C++ -*- 0002 * Copyright 2019-2021 LibRaw LLC (info@libraw.org) 0003 * 0004 0005 LibRaw is free software; you can redistribute it and/or modify 0006 it under the terms of the one of two licenses as you choose: 0007 0008 1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1 0009 (See file LICENSE.LGPL provided in LibRaw distribution archive for details). 0010 0011 2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 0012 (See file LICENSE.CDDL provided in LibRaw distribution archive for details). 0013 0014 */ 0015 0016 #ifndef DMP_INCLUDE_H 0017 #define DMP_INCLUDE_H 0018 0019 #define LIBRAW_LIBRARY_BUILD 0020 #define LIBRAW_IO_REDEFINED 0021 #include "libraw/libraw.h" 0022 #include "internal/defines.h" 0023 #define SRC_USES_SHRINK 0024 #define SRC_USES_BLACK 0025 #define SRC_USES_CURVE 0026 0027 #endif