Merge commit '10ba6ed3365615ed5c2995fe2d240cb2d5000173'
* commit '10ba6ed3365615ed5c2995fe2d240cb2d5000173': (32 commits) Travis: Install MacPorts without using macports-ci Build: Set FLOATTEST more intelligently BUILDING.md: Use min. iOS v8 in iOS Armv8 example Fix build if WITH_12BIT==1 && WITH_JPEG(7|8)==1 Travis: Combine PPC/Arm tests with jpeg-7/8 tests Build: Fix test failures w/ Arm Neon SIMD exts Travis: Regression-test Armv8 and PPC SIMD exts Demote "fast" [I]DCT algorithms to legacy status jpegtran.c: "subarea" = "region" jpegtran.1: Minor formatting tweak transupp.c: Code formatting tweaks cdjpeg.h: Remove unused function stub Consistify formatting to simplify checkstyle README.ijg: Update URLs; remove Usenet info jversion.h: Update copyrights Build: Improve Arm 32-bit cross-comp./packaging "ARM"="Arm", "NEON"="Neon" Build: Fix permissions ChangeLog: Fix minor formatting issue ChangeLog.md: jpeg_crop_scanline(), not scanlines ...
This commit is contained in:
5
jcinit.c
5
jcinit.c
@@ -1,8 +1,10 @@
|
||||
/*
|
||||
* jcinit.c
|
||||
*
|
||||
* This file was part of the Independent JPEG Group's software:
|
||||
* Copyright (C) 1991-1997, Thomas G. Lane.
|
||||
* This file is part of the Independent JPEG Group's software.
|
||||
* libjpeg-turbo Modifications:
|
||||
* Copyright (C) 2020, D. R. Commander.
|
||||
* mozjpeg Modifications:
|
||||
* Copyright (C) 2014, Mozilla Corporation.
|
||||
* For conditions of distribution and use, see the accompanying README file.
|
||||
@@ -20,6 +22,7 @@
|
||||
#define JPEG_INTERNALS
|
||||
#include "jinclude.h"
|
||||
#include "jpeglib.h"
|
||||
#include "jpegcomp.h"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user