summaryrefslogtreecommitdiffstats
path: root/external/jpeg-turbo
Commit message (Collapse)AuthorAgeFilesLines
* remove executable bit from .mk / .patch filesMichael Stahl2015-03-021-0/+0
| | | | Change-Id: Ic8560c9ea13bee56b63e4661446689c7857f789e
* jpeg-turbo: work around failure in AC_PROG_MAKE_SET on WNTMichael Stahl2015-02-231-0/+11
| | | | | | | | | | autoconf < 2.61a uses "echo" here and for some bizarre reason that converts " inside ' to \ so remove the " to get it to work. echo 'foo="bar"' foo=\bar" Change-Id: I6bee94d4d075ce953f5788b7fdf9d3b66a7db0c7
* Typo $(CPU) -> $(CPUNAME)Stephan Bergmann2015-02-041-1/+1
| | | | Change-Id: I2e121c36021508bbdbc9111087f5cc6e1aae6524
* Fix jpeg-turbo on windows 64 bitDavid Ostrovsky2015-02-041-1/+1
| | | | | | | | | | | This fix supports building jpeg-turbo on both cygwin 32 nd 64 bit. When only cygwin 64 bit is used, then it can be simplified by passing BUILD_PLATFORM to configure script on all platforms. Change-Id: Id335282f1761fcf7313fb18a6b9250e5eac392e4 Reviewed-on: https://gerrit.libreoffice.org/14315 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* external/jpeg-turbo: Work around -fsanitize=shiftStephan Bergmann2015-01-071-0/+9
| | | | Change-Id: I214ecae8c746235d31bfee9ae6adf65fa29ba68b
* external/jpeg-turbo: Work around -fsanitize=shiftStephan Bergmann2015-01-071-0/+9
| | | | Change-Id: I83bb6c2a208f2a80f227873b285c939ced6dbc27
* external/jpeg-turbo: Work around -fsanitize=shiftStephan Bergmann2015-01-072-0/+34
| | | | Change-Id: I9ba85592a0d4d2052dd05abb8f4d2976ec1c95cc
* Redundant WITH_JPEG_TURBO checkStephan Bergmann2014-12-031-4/+0
| | | | | | ...already covered in external/Module_external.mk Change-Id: Ieebb376a7509135c6102ec2c7433a815ec679b6c
* Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan2014-11-177-0/+163
Unfortunately requires nasm - the netwide assembler - http://www.nasm.us/ Upstream libjpeg-turbo is meant to be built with CMake on Windows but thanks to our gcc-wrappers we are able to avoid that. jpeg is kept mostly for platforms we are cross-compiling to. For now, it's used also for Mac OS X because jpeg-turbo does not build there, which should be fixed later. Change-Id: Id87b7072a8acc2578c3abf7e82cb1499e5094dbf