From 51565c908f0a8fa7749353e900fdfec50f06a220 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 29 Feb 2024 20:51:33 +0100 Subject: Fix line endings (CRLF -> LF) Signed-off-by: Stefan Weil --- src/bin/common/opj_apps_config.h.cmake.in | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/bin/common/opj_apps_config.h.cmake.in b/src/bin/common/opj_apps_config.h.cmake.in index 5e606907..a880205f 100644 --- a/src/bin/common/opj_apps_config.h.cmake.in +++ b/src/bin/common/opj_apps_config.h.cmake.in @@ -1,15 +1,13 @@ -#include "opj_config_private.h" - -/* create opj_apps_config.h for CMake */ - -#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@ -#cmakedefine OPJ_HAVE_PNG_H @HAVE_PNG_H@ -#cmakedefine OPJ_HAVE_LIBTIFF @HAVE_LIBTIFF@ -#cmakedefine OPJ_HAVE_TIFF_H @HAVE_TIFF_H@ - -#cmakedefine OPJ_HAVE_LIBLCMS1 -#cmakedefine OPJ_HAVE_LIBLCMS2 -#cmakedefine OPJ_HAVE_LCMS1_H -#cmakedefine OPJ_HAVE_LCMS2_H - - +#include "opj_config_private.h" + +/* create opj_apps_config.h for CMake */ + +#cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@ +#cmakedefine OPJ_HAVE_PNG_H @HAVE_PNG_H@ +#cmakedefine OPJ_HAVE_LIBTIFF @HAVE_LIBTIFF@ +#cmakedefine OPJ_HAVE_TIFF_H @HAVE_TIFF_H@ + +#cmakedefine OPJ_HAVE_LIBLCMS1 +#cmakedefine OPJ_HAVE_LIBLCMS2 +#cmakedefine OPJ_HAVE_LCMS1_H +#cmakedefine OPJ_HAVE_LCMS2_H -- cgit v1.2.3