mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
49
android/extern/libjpeg-turbo/win/gcc/projectTargets-release.cmake.in
vendored
Normal file
49
android/extern/libjpeg-turbo/win/gcc/projectTargets-release.cmake.in
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Release".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::jpeg" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::jpeg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::jpeg PROPERTIES
|
||||
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/libjpeg.dll.a"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/libjpeg-62.dll"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::jpeg )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::jpeg "${_IMPORT_PREFIX}/lib/libjpeg.dll.a" "${_IMPORT_PREFIX}/bin/libjpeg-62.dll" )
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::turbojpeg" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::turbojpeg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::turbojpeg PROPERTIES
|
||||
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/libturbojpeg.dll.a"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/libturbojpeg.dll"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::turbojpeg )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::turbojpeg "${_IMPORT_PREFIX}/lib/libturbojpeg.dll.a" "${_IMPORT_PREFIX}/bin/libturbojpeg.dll" )
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::turbojpeg-static" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::turbojpeg-static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::turbojpeg-static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "ASM_NASM;C"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libturbojpeg.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::turbojpeg-static )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::turbojpeg-static "${_IMPORT_PREFIX}/lib/libturbojpeg.a" )
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::jpeg-static" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::jpeg-static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::jpeg-static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "ASM_NASM;C"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libjpeg.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::jpeg-static )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::jpeg-static "${_IMPORT_PREFIX}/lib/libjpeg.a" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
25
android/extern/libjpeg-turbo/win/jconfig.h.in
vendored
Normal file
25
android/extern/libjpeg-turbo/win/jconfig.h.in
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
#define JPEG_LIB_VERSION @JPEG_LIB_VERSION@
|
||||
#define LIBJPEG_TURBO_VERSION @VERSION@
|
||||
#define LIBJPEG_TURBO_VERSION_NUMBER @LIBJPEG_TURBO_VERSION_NUMBER@
|
||||
|
||||
#cmakedefine C_ARITH_CODING_SUPPORTED
|
||||
#cmakedefine D_ARITH_CODING_SUPPORTED
|
||||
#cmakedefine MEM_SRCDST_SUPPORTED
|
||||
#cmakedefine WITH_SIMD
|
||||
|
||||
#define BITS_IN_JSAMPLE @BITS_IN_JSAMPLE@ /* use 8 or 12 */
|
||||
|
||||
#undef RIGHT_SHIFT_IS_UNSIGNED
|
||||
|
||||
/* Define "boolean" as unsigned char, not int, per Windows custom */
|
||||
#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
|
||||
typedef unsigned char boolean;
|
||||
#endif
|
||||
#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
|
||||
|
||||
/* Define "INT32" as int, not long, per Windows custom */
|
||||
#if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
||||
typedef short INT16;
|
||||
typedef signed int INT32;
|
||||
#endif
|
||||
#define XMD_H /* prevent jmorecfg.h from redefining it */
|
||||
35
android/extern/libjpeg-turbo/win/jpeg.rc.in
vendored
Normal file
35
android/extern/libjpeg-turbo/win/jpeg.rc.in
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
#include "Winver.h"
|
||||
#include "winres.h"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION @SO_MAJOR_VERSION@,@SO_AGE@,@SO_MINOR_VERSION@,0
|
||||
PRODUCTVERSION @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_REVISION@,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifndef NDEBUG
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
FILETYPE VFT_DLL
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "@PKGVENDOR@"
|
||||
VALUE "FileDescription", "libjpeg API DLL"
|
||||
VALUE "FileVersion", "@SO_MAJOR_VERSION@,@SO_AGE@,@SO_MINOR_VERSION@,0"
|
||||
VALUE "ProductVersion", "@VERSION@"
|
||||
VALUE "ProductName", "@CMAKE_PROJECT_NAME@"
|
||||
VALUE "InternalName", "jpeg@SO_MAJOR_VERSION@"
|
||||
VALUE "LegalCopyright", L"Copyright \xA9 @COPYRIGHT_YEAR@ The libjpeg-turbo Project and many others"
|
||||
VALUE "OriginalFilename", "jpeg@SO_MAJOR_VERSION@.dll"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
108
android/extern/libjpeg-turbo/win/jpeg62-memsrcdst.def
vendored
Normal file
108
android/extern/libjpeg-turbo/win/jpeg62-memsrcdst.def
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
EXPORTS
|
||||
jcopy_block_row @ 1 ;
|
||||
jcopy_sample_rows @ 2 ;
|
||||
jdiv_round_up @ 3 ;
|
||||
jinit_1pass_quantizer @ 4 ;
|
||||
jinit_2pass_quantizer @ 5 ;
|
||||
jinit_c_coef_controller @ 6 ;
|
||||
jinit_c_main_controller @ 7 ;
|
||||
jinit_c_master_control @ 8 ;
|
||||
jinit_c_prep_controller @ 9 ;
|
||||
jinit_color_converter @ 10 ;
|
||||
jinit_color_deconverter @ 11 ;
|
||||
jinit_compress_master @ 12 ;
|
||||
jinit_d_coef_controller @ 13 ;
|
||||
jinit_d_main_controller @ 14 ;
|
||||
jinit_d_post_controller @ 15 ;
|
||||
jinit_downsampler @ 16 ;
|
||||
jinit_forward_dct @ 17 ;
|
||||
jinit_huff_decoder @ 18 ;
|
||||
jinit_huff_encoder @ 19 ;
|
||||
jinit_input_controller @ 20 ;
|
||||
jinit_inverse_dct @ 21 ;
|
||||
jinit_marker_reader @ 22 ;
|
||||
jinit_marker_writer @ 23 ;
|
||||
jinit_master_decompress @ 24 ;
|
||||
jinit_memory_mgr @ 25 ;
|
||||
jinit_merged_upsampler @ 26 ;
|
||||
jinit_phuff_decoder @ 27 ;
|
||||
jinit_phuff_encoder @ 28 ;
|
||||
jinit_upsampler @ 29 ;
|
||||
jpeg_CreateCompress @ 30 ;
|
||||
jpeg_CreateDecompress @ 31 ;
|
||||
jpeg_abort @ 32 ;
|
||||
jpeg_abort_compress @ 33 ;
|
||||
jpeg_abort_decompress @ 34 ;
|
||||
jpeg_add_quant_table @ 35 ;
|
||||
jpeg_alloc_huff_table @ 36 ;
|
||||
jpeg_alloc_quant_table @ 37 ;
|
||||
jpeg_calc_output_dimensions @ 38 ;
|
||||
jpeg_consume_input @ 39 ;
|
||||
jpeg_copy_critical_parameters @ 40 ;
|
||||
jpeg_default_colorspace @ 41 ;
|
||||
jpeg_destroy @ 42 ;
|
||||
jpeg_destroy_compress @ 43 ;
|
||||
jpeg_destroy_decompress @ 44 ;
|
||||
jpeg_fdct_float @ 45 ;
|
||||
jpeg_fdct_ifast @ 46 ;
|
||||
jpeg_fdct_islow @ 47 ;
|
||||
jpeg_fill_bit_buffer @ 48 ;
|
||||
jpeg_finish_compress @ 49 ;
|
||||
jpeg_finish_decompress @ 50 ;
|
||||
jpeg_finish_output @ 51 ;
|
||||
jpeg_free_large @ 52 ;
|
||||
jpeg_free_small @ 53 ;
|
||||
jpeg_gen_optimal_table @ 54 ;
|
||||
jpeg_get_large @ 55 ;
|
||||
jpeg_get_small @ 56 ;
|
||||
jpeg_has_multiple_scans @ 57 ;
|
||||
jpeg_huff_decode @ 58 ;
|
||||
jpeg_idct_1x1 @ 59 ;
|
||||
jpeg_idct_2x2 @ 60 ;
|
||||
jpeg_idct_4x4 @ 61 ;
|
||||
jpeg_idct_float @ 62 ;
|
||||
jpeg_idct_ifast @ 63 ;
|
||||
jpeg_idct_islow @ 64 ;
|
||||
jpeg_input_complete @ 65 ;
|
||||
jpeg_make_c_derived_tbl @ 66 ;
|
||||
jpeg_make_d_derived_tbl @ 67 ;
|
||||
jpeg_mem_available @ 68 ;
|
||||
jpeg_mem_init @ 69 ;
|
||||
jpeg_mem_term @ 70 ;
|
||||
jpeg_new_colormap @ 71 ;
|
||||
jpeg_open_backing_store @ 72 ;
|
||||
jpeg_quality_scaling @ 73 ;
|
||||
jpeg_read_coefficients @ 74 ;
|
||||
jpeg_read_header @ 75 ;
|
||||
jpeg_read_raw_data @ 76 ;
|
||||
jpeg_read_scanlines @ 77 ;
|
||||
jpeg_resync_to_restart @ 78 ;
|
||||
jpeg_save_markers @ 79 ;
|
||||
jpeg_set_colorspace @ 80 ;
|
||||
jpeg_set_defaults @ 81 ;
|
||||
jpeg_set_linear_quality @ 82 ;
|
||||
jpeg_set_marker_processor @ 83 ;
|
||||
jpeg_set_quality @ 84 ;
|
||||
jpeg_simple_progression @ 85 ;
|
||||
jpeg_start_compress @ 86 ;
|
||||
jpeg_start_decompress @ 87 ;
|
||||
jpeg_start_output @ 88 ;
|
||||
jpeg_std_error @ 89 ;
|
||||
jpeg_stdio_dest @ 90 ;
|
||||
jpeg_stdio_src @ 91 ;
|
||||
jpeg_suppress_tables @ 92 ;
|
||||
jpeg_write_coefficients @ 93 ;
|
||||
jpeg_write_m_byte @ 94 ;
|
||||
jpeg_write_m_header @ 95 ;
|
||||
jpeg_write_marker @ 96 ;
|
||||
jpeg_write_raw_data @ 97 ;
|
||||
jpeg_write_scanlines @ 98 ;
|
||||
jpeg_write_tables @ 99 ;
|
||||
jround_up @ 100 ;
|
||||
jzero_far @ 101 ;
|
||||
jpeg_mem_dest @ 102 ;
|
||||
jpeg_mem_src @ 103 ;
|
||||
jpeg_skip_scanlines @ 104 ;
|
||||
jpeg_crop_scanline @ 105 ;
|
||||
jpeg_read_icc_profile @ 106 ;
|
||||
jpeg_write_icc_profile @ 107 ;
|
||||
106
android/extern/libjpeg-turbo/win/jpeg62.def
vendored
Normal file
106
android/extern/libjpeg-turbo/win/jpeg62.def
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
EXPORTS
|
||||
jcopy_block_row @ 1 ;
|
||||
jcopy_sample_rows @ 2 ;
|
||||
jdiv_round_up @ 3 ;
|
||||
jinit_1pass_quantizer @ 4 ;
|
||||
jinit_2pass_quantizer @ 5 ;
|
||||
jinit_c_coef_controller @ 6 ;
|
||||
jinit_c_main_controller @ 7 ;
|
||||
jinit_c_master_control @ 8 ;
|
||||
jinit_c_prep_controller @ 9 ;
|
||||
jinit_color_converter @ 10 ;
|
||||
jinit_color_deconverter @ 11 ;
|
||||
jinit_compress_master @ 12 ;
|
||||
jinit_d_coef_controller @ 13 ;
|
||||
jinit_d_main_controller @ 14 ;
|
||||
jinit_d_post_controller @ 15 ;
|
||||
jinit_downsampler @ 16 ;
|
||||
jinit_forward_dct @ 17 ;
|
||||
jinit_huff_decoder @ 18 ;
|
||||
jinit_huff_encoder @ 19 ;
|
||||
jinit_input_controller @ 20 ;
|
||||
jinit_inverse_dct @ 21 ;
|
||||
jinit_marker_reader @ 22 ;
|
||||
jinit_marker_writer @ 23 ;
|
||||
jinit_master_decompress @ 24 ;
|
||||
jinit_memory_mgr @ 25 ;
|
||||
jinit_merged_upsampler @ 26 ;
|
||||
jinit_phuff_decoder @ 27 ;
|
||||
jinit_phuff_encoder @ 28 ;
|
||||
jinit_upsampler @ 29 ;
|
||||
jpeg_CreateCompress @ 30 ;
|
||||
jpeg_CreateDecompress @ 31 ;
|
||||
jpeg_abort @ 32 ;
|
||||
jpeg_abort_compress @ 33 ;
|
||||
jpeg_abort_decompress @ 34 ;
|
||||
jpeg_add_quant_table @ 35 ;
|
||||
jpeg_alloc_huff_table @ 36 ;
|
||||
jpeg_alloc_quant_table @ 37 ;
|
||||
jpeg_calc_output_dimensions @ 38 ;
|
||||
jpeg_consume_input @ 39 ;
|
||||
jpeg_copy_critical_parameters @ 40 ;
|
||||
jpeg_default_colorspace @ 41 ;
|
||||
jpeg_destroy @ 42 ;
|
||||
jpeg_destroy_compress @ 43 ;
|
||||
jpeg_destroy_decompress @ 44 ;
|
||||
jpeg_fdct_float @ 45 ;
|
||||
jpeg_fdct_ifast @ 46 ;
|
||||
jpeg_fdct_islow @ 47 ;
|
||||
jpeg_fill_bit_buffer @ 48 ;
|
||||
jpeg_finish_compress @ 49 ;
|
||||
jpeg_finish_decompress @ 50 ;
|
||||
jpeg_finish_output @ 51 ;
|
||||
jpeg_free_large @ 52 ;
|
||||
jpeg_free_small @ 53 ;
|
||||
jpeg_gen_optimal_table @ 54 ;
|
||||
jpeg_get_large @ 55 ;
|
||||
jpeg_get_small @ 56 ;
|
||||
jpeg_has_multiple_scans @ 57 ;
|
||||
jpeg_huff_decode @ 58 ;
|
||||
jpeg_idct_1x1 @ 59 ;
|
||||
jpeg_idct_2x2 @ 60 ;
|
||||
jpeg_idct_4x4 @ 61 ;
|
||||
jpeg_idct_float @ 62 ;
|
||||
jpeg_idct_ifast @ 63 ;
|
||||
jpeg_idct_islow @ 64 ;
|
||||
jpeg_input_complete @ 65 ;
|
||||
jpeg_make_c_derived_tbl @ 66 ;
|
||||
jpeg_make_d_derived_tbl @ 67 ;
|
||||
jpeg_mem_available @ 68 ;
|
||||
jpeg_mem_init @ 69 ;
|
||||
jpeg_mem_term @ 70 ;
|
||||
jpeg_new_colormap @ 71 ;
|
||||
jpeg_open_backing_store @ 72 ;
|
||||
jpeg_quality_scaling @ 73 ;
|
||||
jpeg_read_coefficients @ 74 ;
|
||||
jpeg_read_header @ 75 ;
|
||||
jpeg_read_raw_data @ 76 ;
|
||||
jpeg_read_scanlines @ 77 ;
|
||||
jpeg_resync_to_restart @ 78 ;
|
||||
jpeg_save_markers @ 79 ;
|
||||
jpeg_set_colorspace @ 80 ;
|
||||
jpeg_set_defaults @ 81 ;
|
||||
jpeg_set_linear_quality @ 82 ;
|
||||
jpeg_set_marker_processor @ 83 ;
|
||||
jpeg_set_quality @ 84 ;
|
||||
jpeg_simple_progression @ 85 ;
|
||||
jpeg_start_compress @ 86 ;
|
||||
jpeg_start_decompress @ 87 ;
|
||||
jpeg_start_output @ 88 ;
|
||||
jpeg_std_error @ 89 ;
|
||||
jpeg_stdio_dest @ 90 ;
|
||||
jpeg_stdio_src @ 91 ;
|
||||
jpeg_suppress_tables @ 92 ;
|
||||
jpeg_write_coefficients @ 93 ;
|
||||
jpeg_write_m_byte @ 94 ;
|
||||
jpeg_write_m_header @ 95 ;
|
||||
jpeg_write_marker @ 96 ;
|
||||
jpeg_write_raw_data @ 97 ;
|
||||
jpeg_write_scanlines @ 98 ;
|
||||
jpeg_write_tables @ 99 ;
|
||||
jround_up @ 100 ;
|
||||
jzero_far @ 101 ;
|
||||
jpeg_skip_scanlines @ 102 ;
|
||||
jpeg_crop_scanline @ 103 ;
|
||||
jpeg_read_icc_profile @ 104 ;
|
||||
jpeg_write_icc_profile @ 105 ;
|
||||
110
android/extern/libjpeg-turbo/win/jpeg7-memsrcdst.def
vendored
Normal file
110
android/extern/libjpeg-turbo/win/jpeg7-memsrcdst.def
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
EXPORTS
|
||||
jcopy_block_row @ 1 ;
|
||||
jcopy_sample_rows @ 2 ;
|
||||
jdiv_round_up @ 3 ;
|
||||
jinit_1pass_quantizer @ 4 ;
|
||||
jinit_2pass_quantizer @ 5 ;
|
||||
jinit_c_coef_controller @ 6 ;
|
||||
jinit_c_main_controller @ 7 ;
|
||||
jinit_c_master_control @ 8 ;
|
||||
jinit_c_prep_controller @ 9 ;
|
||||
jinit_color_converter @ 10 ;
|
||||
jinit_color_deconverter @ 11 ;
|
||||
jinit_compress_master @ 12 ;
|
||||
jinit_d_coef_controller @ 13 ;
|
||||
jinit_d_main_controller @ 14 ;
|
||||
jinit_d_post_controller @ 15 ;
|
||||
jinit_downsampler @ 16 ;
|
||||
jinit_forward_dct @ 17 ;
|
||||
jinit_huff_decoder @ 18 ;
|
||||
jinit_huff_encoder @ 19 ;
|
||||
jinit_input_controller @ 20 ;
|
||||
jinit_inverse_dct @ 21 ;
|
||||
jinit_marker_reader @ 22 ;
|
||||
jinit_marker_writer @ 23 ;
|
||||
jinit_master_decompress @ 24 ;
|
||||
jinit_memory_mgr @ 25 ;
|
||||
jinit_merged_upsampler @ 26 ;
|
||||
jinit_phuff_decoder @ 27 ;
|
||||
jinit_phuff_encoder @ 28 ;
|
||||
jinit_upsampler @ 29 ;
|
||||
jpeg_CreateCompress @ 30 ;
|
||||
jpeg_CreateDecompress @ 31 ;
|
||||
jpeg_abort @ 32 ;
|
||||
jpeg_abort_compress @ 33 ;
|
||||
jpeg_abort_decompress @ 34 ;
|
||||
jpeg_add_quant_table @ 35 ;
|
||||
jpeg_alloc_huff_table @ 36 ;
|
||||
jpeg_alloc_quant_table @ 37 ;
|
||||
jpeg_calc_jpeg_dimensions @ 38 ;
|
||||
jpeg_calc_output_dimensions @ 39 ;
|
||||
jpeg_consume_input @ 40 ;
|
||||
jpeg_copy_critical_parameters @ 41 ;
|
||||
jpeg_default_colorspace @ 42 ;
|
||||
jpeg_default_qtables @ 43 ;
|
||||
jpeg_destroy @ 44 ;
|
||||
jpeg_destroy_compress @ 45 ;
|
||||
jpeg_destroy_decompress @ 46 ;
|
||||
jpeg_fdct_float @ 47 ;
|
||||
jpeg_fdct_ifast @ 48 ;
|
||||
jpeg_fdct_islow @ 49 ;
|
||||
jpeg_fill_bit_buffer @ 50 ;
|
||||
jpeg_finish_compress @ 51 ;
|
||||
jpeg_finish_decompress @ 52 ;
|
||||
jpeg_finish_output @ 53 ;
|
||||
jpeg_free_large @ 54 ;
|
||||
jpeg_free_small @ 55 ;
|
||||
jpeg_gen_optimal_table @ 56 ;
|
||||
jpeg_get_large @ 57 ;
|
||||
jpeg_get_small @ 58 ;
|
||||
jpeg_has_multiple_scans @ 59 ;
|
||||
jpeg_huff_decode @ 60 ;
|
||||
jpeg_idct_1x1 @ 61 ;
|
||||
jpeg_idct_2x2 @ 62 ;
|
||||
jpeg_idct_4x4 @ 63 ;
|
||||
jpeg_idct_float @ 64 ;
|
||||
jpeg_idct_ifast @ 65 ;
|
||||
jpeg_idct_islow @ 66 ;
|
||||
jpeg_input_complete @ 67 ;
|
||||
jpeg_make_c_derived_tbl @ 68 ;
|
||||
jpeg_make_d_derived_tbl @ 69 ;
|
||||
jpeg_mem_available @ 70 ;
|
||||
jpeg_mem_init @ 71 ;
|
||||
jpeg_mem_term @ 72 ;
|
||||
jpeg_new_colormap @ 73 ;
|
||||
jpeg_open_backing_store @ 74 ;
|
||||
jpeg_quality_scaling @ 75 ;
|
||||
jpeg_read_coefficients @ 76 ;
|
||||
jpeg_read_header @ 77 ;
|
||||
jpeg_read_raw_data @ 78 ;
|
||||
jpeg_read_scanlines @ 79 ;
|
||||
jpeg_resync_to_restart @ 80 ;
|
||||
jpeg_save_markers @ 81 ;
|
||||
jpeg_set_colorspace @ 82 ;
|
||||
jpeg_set_defaults @ 83 ;
|
||||
jpeg_set_linear_quality @ 84 ;
|
||||
jpeg_set_marker_processor @ 85 ;
|
||||
jpeg_set_quality @ 86 ;
|
||||
jpeg_simple_progression @ 87 ;
|
||||
jpeg_start_compress @ 88 ;
|
||||
jpeg_start_decompress @ 89 ;
|
||||
jpeg_start_output @ 90 ;
|
||||
jpeg_std_error @ 91 ;
|
||||
jpeg_stdio_dest @ 92 ;
|
||||
jpeg_stdio_src @ 93 ;
|
||||
jpeg_suppress_tables @ 94 ;
|
||||
jpeg_write_coefficients @ 95 ;
|
||||
jpeg_write_m_byte @ 96 ;
|
||||
jpeg_write_m_header @ 97 ;
|
||||
jpeg_write_marker @ 98 ;
|
||||
jpeg_write_raw_data @ 99 ;
|
||||
jpeg_write_scanlines @ 100 ;
|
||||
jpeg_write_tables @ 101 ;
|
||||
jround_up @ 102 ;
|
||||
jzero_far @ 103 ;
|
||||
jpeg_mem_dest @ 104 ;
|
||||
jpeg_mem_src @ 105 ;
|
||||
jpeg_skip_scanlines @ 106 ;
|
||||
jpeg_crop_scanline @ 107 ;
|
||||
jpeg_read_icc_profile @ 108 ;
|
||||
jpeg_write_icc_profile @ 109 ;
|
||||
108
android/extern/libjpeg-turbo/win/jpeg7.def
vendored
Normal file
108
android/extern/libjpeg-turbo/win/jpeg7.def
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
EXPORTS
|
||||
jcopy_block_row @ 1 ;
|
||||
jcopy_sample_rows @ 2 ;
|
||||
jdiv_round_up @ 3 ;
|
||||
jinit_1pass_quantizer @ 4 ;
|
||||
jinit_2pass_quantizer @ 5 ;
|
||||
jinit_c_coef_controller @ 6 ;
|
||||
jinit_c_main_controller @ 7 ;
|
||||
jinit_c_master_control @ 8 ;
|
||||
jinit_c_prep_controller @ 9 ;
|
||||
jinit_color_converter @ 10 ;
|
||||
jinit_color_deconverter @ 11 ;
|
||||
jinit_compress_master @ 12 ;
|
||||
jinit_d_coef_controller @ 13 ;
|
||||
jinit_d_main_controller @ 14 ;
|
||||
jinit_d_post_controller @ 15 ;
|
||||
jinit_downsampler @ 16 ;
|
||||
jinit_forward_dct @ 17 ;
|
||||
jinit_huff_decoder @ 18 ;
|
||||
jinit_huff_encoder @ 19 ;
|
||||
jinit_input_controller @ 20 ;
|
||||
jinit_inverse_dct @ 21 ;
|
||||
jinit_marker_reader @ 22 ;
|
||||
jinit_marker_writer @ 23 ;
|
||||
jinit_master_decompress @ 24 ;
|
||||
jinit_memory_mgr @ 25 ;
|
||||
jinit_merged_upsampler @ 26 ;
|
||||
jinit_phuff_decoder @ 27 ;
|
||||
jinit_phuff_encoder @ 28 ;
|
||||
jinit_upsampler @ 29 ;
|
||||
jpeg_CreateCompress @ 30 ;
|
||||
jpeg_CreateDecompress @ 31 ;
|
||||
jpeg_abort @ 32 ;
|
||||
jpeg_abort_compress @ 33 ;
|
||||
jpeg_abort_decompress @ 34 ;
|
||||
jpeg_add_quant_table @ 35 ;
|
||||
jpeg_alloc_huff_table @ 36 ;
|
||||
jpeg_alloc_quant_table @ 37 ;
|
||||
jpeg_calc_jpeg_dimensions @ 38 ;
|
||||
jpeg_calc_output_dimensions @ 39 ;
|
||||
jpeg_consume_input @ 40 ;
|
||||
jpeg_copy_critical_parameters @ 41 ;
|
||||
jpeg_default_colorspace @ 42 ;
|
||||
jpeg_default_qtables @ 43 ;
|
||||
jpeg_destroy @ 44 ;
|
||||
jpeg_destroy_compress @ 45 ;
|
||||
jpeg_destroy_decompress @ 46 ;
|
||||
jpeg_fdct_float @ 47 ;
|
||||
jpeg_fdct_ifast @ 48 ;
|
||||
jpeg_fdct_islow @ 49 ;
|
||||
jpeg_fill_bit_buffer @ 50 ;
|
||||
jpeg_finish_compress @ 51 ;
|
||||
jpeg_finish_decompress @ 52 ;
|
||||
jpeg_finish_output @ 53 ;
|
||||
jpeg_free_large @ 54 ;
|
||||
jpeg_free_small @ 55 ;
|
||||
jpeg_gen_optimal_table @ 56 ;
|
||||
jpeg_get_large @ 57 ;
|
||||
jpeg_get_small @ 58 ;
|
||||
jpeg_has_multiple_scans @ 59 ;
|
||||
jpeg_huff_decode @ 60 ;
|
||||
jpeg_idct_1x1 @ 61 ;
|
||||
jpeg_idct_2x2 @ 62 ;
|
||||
jpeg_idct_4x4 @ 63 ;
|
||||
jpeg_idct_float @ 64 ;
|
||||
jpeg_idct_ifast @ 65 ;
|
||||
jpeg_idct_islow @ 66 ;
|
||||
jpeg_input_complete @ 67 ;
|
||||
jpeg_make_c_derived_tbl @ 68 ;
|
||||
jpeg_make_d_derived_tbl @ 69 ;
|
||||
jpeg_mem_available @ 70 ;
|
||||
jpeg_mem_init @ 71 ;
|
||||
jpeg_mem_term @ 72 ;
|
||||
jpeg_new_colormap @ 73 ;
|
||||
jpeg_open_backing_store @ 74 ;
|
||||
jpeg_quality_scaling @ 75 ;
|
||||
jpeg_read_coefficients @ 76 ;
|
||||
jpeg_read_header @ 77 ;
|
||||
jpeg_read_raw_data @ 78 ;
|
||||
jpeg_read_scanlines @ 79 ;
|
||||
jpeg_resync_to_restart @ 80 ;
|
||||
jpeg_save_markers @ 81 ;
|
||||
jpeg_set_colorspace @ 82 ;
|
||||
jpeg_set_defaults @ 83 ;
|
||||
jpeg_set_linear_quality @ 84 ;
|
||||
jpeg_set_marker_processor @ 85 ;
|
||||
jpeg_set_quality @ 86 ;
|
||||
jpeg_simple_progression @ 87 ;
|
||||
jpeg_start_compress @ 88 ;
|
||||
jpeg_start_decompress @ 89 ;
|
||||
jpeg_start_output @ 90 ;
|
||||
jpeg_std_error @ 91 ;
|
||||
jpeg_stdio_dest @ 92 ;
|
||||
jpeg_stdio_src @ 93 ;
|
||||
jpeg_suppress_tables @ 94 ;
|
||||
jpeg_write_coefficients @ 95 ;
|
||||
jpeg_write_m_byte @ 96 ;
|
||||
jpeg_write_m_header @ 97 ;
|
||||
jpeg_write_marker @ 98 ;
|
||||
jpeg_write_raw_data @ 99 ;
|
||||
jpeg_write_scanlines @ 100 ;
|
||||
jpeg_write_tables @ 101 ;
|
||||
jround_up @ 102 ;
|
||||
jzero_far @ 103 ;
|
||||
jpeg_skip_scanlines @ 104 ;
|
||||
jpeg_crop_scanline @ 105 ;
|
||||
jpeg_read_icc_profile @ 106 ;
|
||||
jpeg_write_icc_profile @ 107 ;
|
||||
111
android/extern/libjpeg-turbo/win/jpeg8.def
vendored
Normal file
111
android/extern/libjpeg-turbo/win/jpeg8.def
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
EXPORTS
|
||||
jcopy_block_row @ 1 ;
|
||||
jcopy_sample_rows @ 2 ;
|
||||
jdiv_round_up @ 3 ;
|
||||
jinit_1pass_quantizer @ 4 ;
|
||||
jinit_2pass_quantizer @ 5 ;
|
||||
jinit_c_coef_controller @ 6 ;
|
||||
jinit_c_main_controller @ 7 ;
|
||||
jinit_c_master_control @ 8 ;
|
||||
jinit_c_prep_controller @ 9 ;
|
||||
jinit_color_converter @ 10 ;
|
||||
jinit_color_deconverter @ 11 ;
|
||||
jinit_compress_master @ 12 ;
|
||||
jinit_d_coef_controller @ 13 ;
|
||||
jinit_d_main_controller @ 14 ;
|
||||
jinit_d_post_controller @ 15 ;
|
||||
jinit_downsampler @ 16 ;
|
||||
jinit_forward_dct @ 17 ;
|
||||
jinit_huff_decoder @ 18 ;
|
||||
jinit_huff_encoder @ 19 ;
|
||||
jinit_input_controller @ 20 ;
|
||||
jinit_inverse_dct @ 21 ;
|
||||
jinit_marker_reader @ 22 ;
|
||||
jinit_marker_writer @ 23 ;
|
||||
jinit_master_decompress @ 24 ;
|
||||
jinit_memory_mgr @ 25 ;
|
||||
jinit_merged_upsampler @ 26 ;
|
||||
jinit_phuff_decoder @ 27 ;
|
||||
jinit_phuff_encoder @ 28 ;
|
||||
jinit_upsampler @ 29 ;
|
||||
jpeg_CreateCompress @ 30 ;
|
||||
jpeg_CreateDecompress @ 31 ;
|
||||
jpeg_abort @ 32 ;
|
||||
jpeg_abort_compress @ 33 ;
|
||||
jpeg_abort_decompress @ 34 ;
|
||||
jpeg_add_quant_table @ 35 ;
|
||||
jpeg_alloc_huff_table @ 36 ;
|
||||
jpeg_alloc_quant_table @ 37 ;
|
||||
jpeg_calc_jpeg_dimensions @ 38 ;
|
||||
jpeg_calc_output_dimensions @ 39 ;
|
||||
jpeg_consume_input @ 40 ;
|
||||
jpeg_copy_critical_parameters @ 41 ;
|
||||
jpeg_core_output_dimensions @ 42 ;
|
||||
jpeg_default_colorspace @ 43 ;
|
||||
jpeg_default_qtables @ 44 ;
|
||||
jpeg_destroy @ 45 ;
|
||||
jpeg_destroy_compress @ 46 ;
|
||||
jpeg_destroy_decompress @ 47 ;
|
||||
jpeg_fdct_float @ 48 ;
|
||||
jpeg_fdct_ifast @ 49 ;
|
||||
jpeg_fdct_islow @ 50 ;
|
||||
jpeg_fill_bit_buffer @ 51 ;
|
||||
jpeg_finish_compress @ 52 ;
|
||||
jpeg_finish_decompress @ 53 ;
|
||||
jpeg_finish_output @ 54 ;
|
||||
jpeg_free_large @ 55 ;
|
||||
jpeg_free_small @ 56 ;
|
||||
jpeg_gen_optimal_table @ 57 ;
|
||||
jpeg_get_large @ 58 ;
|
||||
jpeg_get_small @ 59 ;
|
||||
jpeg_has_multiple_scans @ 60 ;
|
||||
jpeg_huff_decode @ 61 ;
|
||||
jpeg_idct_1x1 @ 62 ;
|
||||
jpeg_idct_2x2 @ 63 ;
|
||||
jpeg_idct_4x4 @ 64 ;
|
||||
jpeg_idct_float @ 65 ;
|
||||
jpeg_idct_ifast @ 66 ;
|
||||
jpeg_idct_islow @ 67 ;
|
||||
jpeg_input_complete @ 68 ;
|
||||
jpeg_make_c_derived_tbl @ 69 ;
|
||||
jpeg_make_d_derived_tbl @ 70 ;
|
||||
jpeg_mem_available @ 71 ;
|
||||
jpeg_mem_dest @ 72 ;
|
||||
jpeg_mem_init @ 73 ;
|
||||
jpeg_mem_src @ 74 ;
|
||||
jpeg_mem_term @ 75 ;
|
||||
jpeg_new_colormap @ 76 ;
|
||||
jpeg_open_backing_store @ 77 ;
|
||||
jpeg_quality_scaling @ 78 ;
|
||||
jpeg_read_coefficients @ 79 ;
|
||||
jpeg_read_header @ 80 ;
|
||||
jpeg_read_raw_data @ 81 ;
|
||||
jpeg_read_scanlines @ 82 ;
|
||||
jpeg_resync_to_restart @ 83 ;
|
||||
jpeg_save_markers @ 84 ;
|
||||
jpeg_set_colorspace @ 85 ;
|
||||
jpeg_set_defaults @ 86 ;
|
||||
jpeg_set_linear_quality @ 87 ;
|
||||
jpeg_set_marker_processor @ 88 ;
|
||||
jpeg_set_quality @ 89 ;
|
||||
jpeg_simple_progression @ 90 ;
|
||||
jpeg_start_compress @ 91 ;
|
||||
jpeg_start_decompress @ 92 ;
|
||||
jpeg_start_output @ 93 ;
|
||||
jpeg_std_error @ 94 ;
|
||||
jpeg_stdio_dest @ 95 ;
|
||||
jpeg_stdio_src @ 96 ;
|
||||
jpeg_suppress_tables @ 97 ;
|
||||
jpeg_write_coefficients @ 98 ;
|
||||
jpeg_write_m_byte @ 99 ;
|
||||
jpeg_write_m_header @ 100 ;
|
||||
jpeg_write_marker @ 101 ;
|
||||
jpeg_write_raw_data @ 102 ;
|
||||
jpeg_write_scanlines @ 103 ;
|
||||
jpeg_write_tables @ 104 ;
|
||||
jround_up @ 105 ;
|
||||
jzero_far @ 106 ;
|
||||
jpeg_skip_scanlines @ 107 ;
|
||||
jpeg_crop_scanline @ 108 ;
|
||||
jpeg_read_icc_profile @ 109 ;
|
||||
jpeg_write_icc_profile @ 110 ;
|
||||
115
android/extern/libjpeg-turbo/win/projectTargets.cmake.in
vendored
Normal file
115
android/extern/libjpeg-turbo/win/projectTargets.cmake.in
vendored
Normal file
@@ -0,0 +1,115 @@
|
||||
# Generated by CMake
|
||||
|
||||
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
||||
message(FATAL_ERROR "CMake >= 2.6.0 required")
|
||||
endif()
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(VERSION 2.6)
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
||||
set(_targetsDefined)
|
||||
set(_targetsNotDefined)
|
||||
set(_expectedTargets)
|
||||
foreach(_expectedTarget @CMAKE_PROJECT_NAME@::jpeg @CMAKE_PROJECT_NAME@::turbojpeg @CMAKE_PROJECT_NAME@::turbojpeg-static @CMAKE_PROJECT_NAME@::jpeg-static)
|
||||
list(APPEND _expectedTargets ${_expectedTarget})
|
||||
if(NOT TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsNotDefined ${_expectedTarget})
|
||||
endif()
|
||||
if(TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsDefined ${_expectedTarget})
|
||||
endif()
|
||||
endforeach()
|
||||
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
return()
|
||||
endif()
|
||||
if(NOT "${_targetsDefined}" STREQUAL "")
|
||||
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
||||
endif()
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
|
||||
|
||||
# Compute the installation prefix relative to this file.
|
||||
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
if(_IMPORT_PREFIX STREQUAL "/")
|
||||
set(_IMPORT_PREFIX "")
|
||||
endif()
|
||||
|
||||
# Create imported target @CMAKE_PROJECT_NAME@::jpeg
|
||||
add_library(@CMAKE_PROJECT_NAME@::jpeg SHARED IMPORTED)
|
||||
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::jpeg PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Create imported target @CMAKE_PROJECT_NAME@::turbojpeg
|
||||
add_library(@CMAKE_PROJECT_NAME@::turbojpeg SHARED IMPORTED)
|
||||
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::turbojpeg PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Create imported target @CMAKE_PROJECT_NAME@::turbojpeg-static
|
||||
add_library(@CMAKE_PROJECT_NAME@::turbojpeg-static STATIC IMPORTED)
|
||||
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::turbojpeg-static PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Create imported target @CMAKE_PROJECT_NAME@::jpeg-static
|
||||
add_library(@CMAKE_PROJECT_NAME@::jpeg-static STATIC IMPORTED)
|
||||
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::jpeg-static PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Load information for each installed configuration.
|
||||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
file(GLOB CONFIG_FILES "${_DIR}/@CMAKE_PROJECT_NAME@Targets-*.cmake")
|
||||
foreach(f ${CONFIG_FILES})
|
||||
include(${f})
|
||||
endforeach()
|
||||
|
||||
# Cleanup temporary variables.
|
||||
set(_IMPORT_PREFIX)
|
||||
|
||||
# Loop over all imported files and verify that they actually exist
|
||||
foreach(target ${_IMPORT_CHECK_TARGETS} )
|
||||
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
||||
if(NOT EXISTS "${file}" )
|
||||
message(FATAL_ERROR "The imported target \"${target}\" references the file
|
||||
\"${file}\"
|
||||
but this file does not exist. Possible reasons include:
|
||||
* The file was deleted, renamed, or moved to another location.
|
||||
* An install or uninstall procedure did not complete successfully.
|
||||
* The installation package was faulty and contained
|
||||
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||||
but not all the files it references.
|
||||
")
|
||||
endif()
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_FILES_FOR_${target})
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_TARGETS)
|
||||
|
||||
# This file does not depend on other imported targets which have
|
||||
# been exported from the same project but in a separate export set.
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
35
android/extern/libjpeg-turbo/win/turbojpeg.rc.in
vendored
Normal file
35
android/extern/libjpeg-turbo/win/turbojpeg.rc.in
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
#include "Winver.h"
|
||||
#include "winres.h"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,@TURBOJPEG_SO_AGE@,0,0
|
||||
PRODUCTVERSION @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_REVISION@,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifndef NDEBUG
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
FILETYPE VFT_DLL
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "@PKGVENDOR@"
|
||||
VALUE "FileDescription", "TurboJPEG API DLL"
|
||||
VALUE "FileVersion", "0,@TURBOJPEG_SO_AGE@,0,0"
|
||||
VALUE "ProductVersion", "@VERSION@"
|
||||
VALUE "ProductName", "@CMAKE_PROJECT_NAME@"
|
||||
VALUE "InternalName", "turbojpeg"
|
||||
VALUE "LegalCopyright", L"Copyright \xA9 @COPYRIGHT_YEAR@ The libjpeg-turbo Project and many others"
|
||||
VALUE "OriginalFilename", "turbojpeg.dll"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
49
android/extern/libjpeg-turbo/win/vc/projectTargets-release.cmake.in
vendored
Normal file
49
android/extern/libjpeg-turbo/win/vc/projectTargets-release.cmake.in
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Release".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::jpeg" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::jpeg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::jpeg PROPERTIES
|
||||
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/jpeg.lib"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/jpeg62.dll"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::jpeg )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::jpeg "${_IMPORT_PREFIX}/lib/jpeg.lib" "${_IMPORT_PREFIX}/bin/jpeg62.dll" )
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::turbojpeg" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::turbojpeg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::turbojpeg PROPERTIES
|
||||
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/turbojpeg.lib"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/turbojpeg.dll"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::turbojpeg )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::turbojpeg "${_IMPORT_PREFIX}/lib/turbojpeg.lib" "${_IMPORT_PREFIX}/bin/turbojpeg.dll" )
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::turbojpeg-static" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::turbojpeg-static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::turbojpeg-static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "ASM_NASM;C"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/turbojpeg-static.lib"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::turbojpeg-static )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::turbojpeg-static "${_IMPORT_PREFIX}/lib/turbojpeg-static.lib" )
|
||||
|
||||
# Import target "@CMAKE_PROJECT_NAME@::jpeg-static" for configuration "Release"
|
||||
set_property(TARGET @CMAKE_PROJECT_NAME@::jpeg-static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(@CMAKE_PROJECT_NAME@::jpeg-static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "ASM_NASM;C"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/jpeg-static.lib"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS @CMAKE_PROJECT_NAME@::jpeg-static )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_@CMAKE_PROJECT_NAME@::jpeg-static "${_IMPORT_PREFIX}/lib/jpeg-static.lib" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
Reference in New Issue
Block a user