Skip to content

Commit

Permalink
Merge pull request #1519 from stweil/crlf
Browse files Browse the repository at this point in the history
Fix line endings (CRLF -> LF)
  • Loading branch information
rouault authored Feb 29, 2024
2 parents 1b72e85 + 51565c9 commit 06566e9
Show file tree
Hide file tree
Showing 6 changed files with 1,527 additions and 1,529 deletions.
28 changes: 13 additions & 15 deletions src/bin/common/opj_apps_config.h.cmake.in
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 06566e9

Please sign in to comment.