Warning, /graphics/digikam/core/libs/rawengine/libraw/libraw_config.h.cmake is written in an unsupported language. File is not indexed.

0001 /* ============================================================
0002  *
0003  * This file is a part of digiKam project
0004  * https://www.digikam.org
0005  *
0006  * Date        : 2008-10-09
0007  * Description : Libraw config header
0008  *
0009  * Copyright (C) 2008-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
0010  *
0011  * This program is free software; you can redistribute it
0012  * and/or modify it under the terms of the GNU General
0013  * Public License as published by the Free Software Foundation;
0014  * either version 2, or (at your option)
0015  * any later version.
0016  *
0017  * This program is distributed in the hope that it will be useful,
0018  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0019  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0020  * GNU General Public License for more details.
0021  *
0022  * ============================================================ */
0023 
0024 #ifndef LIBRAW_CONFIG_H
0025 #define LIBRAW_CONFIG_H
0026 
0027 /* Define to 1 if LibRaw have been compiled with DNG lossy codec support */
0028 #cmakedefine LIBRAW_USE_DNGLOSSYCODEC 1
0029 
0030 /* Define to 1 if LibRaw have been compiled with RedCine codec support */
0031 #cmakedefine LIBRAW_USE_REDCINECODEC 1
0032 
0033 /* To share OpenMp support detected by Libraw at compilation time */
0034 #include "libraw_types.h"
0035 
0036 #endif // LIBRAW_CONFIG_H