From c7a17bf9cdb0d646aa8b653e6ab2678a1837ed6a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 17 Jun 2015 17:17:14 -0700 Subject: Move libopenjpeg to third_party/ We get to delete a whole bunch of fx_foo.c files that did nothing but #include "foo.c" after defining _CRT_SECURE_NO_WARNINGS. Do this from the .gyp/.gn files instead. Also sort some "config"s in .gn file. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1185373010. --- .../fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h.cmake.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h.cmake.in (limited to 'core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h.cmake.in') diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h.cmake.in b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h.cmake.in deleted file mode 100644 index 5f762ca3da..0000000000 --- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/opj_config.h.cmake.in +++ /dev/null @@ -1,10 +0,0 @@ -/* create opj_config.h for CMake */ -#cmakedefine OPJ_HAVE_STDINT_H @OPJ_HAVE_STDINT_H@ - -/*--------------------------------------------------------------------------*/ -/* OpenJPEG Versioning */ - -/* Version number. */ -#define OPJ_VERSION_MAJOR @OPENJPEG_VERSION_MAJOR@ -#define OPJ_VERSION_MINOR @OPENJPEG_VERSION_MINOR@ -#define OPJ_VERSION_BUILD @OPENJPEG_VERSION_BUILD@ -- cgit v1.2.3