Home
last modified time | relevance | path

Searched +full:- +full:denable_shared (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/Magick++/fuzz/
Dbuild.sh1 #!/bin/bash -eu
5 ./configure --static --prefix="$WORK"
6 make -j$(nproc) CFLAGS="$CFLAGS -fPIC"
13--disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-lzma-links --disable-s…
14 make -j$(nproc)
20 cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DPNG_SHARED=off
21 make -j$(nproc)
25 # Build libjpeg-turbo
26 pushd "$SRC/libjpeg-turbo"
27 CFLAGS="$CFLAGS -fPIC" cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DENABLE_STATIC=on -DENABLE_SHARED=off
[all …]
/external/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
23 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address -fno-omit-frame-pointer"
24 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
DChangeLog.md7 path (rpath) from being embedded in the libjpeg-turbo shared libraries and
11 libjpeg-turbo shared libraries.
13 2. Fixed an integer overflow and subsequent segfault (CVE-2018-20330) that
17 3. Fixed a buffer overrun (CVE-2018-19664) that occurred when attempting to
18 decompress a specially-crafted malformed JPEG image to a 256-color BMP using
22 decompress a specially-crafted malformed JPEG image with a specified image
26 or 1x3 luminance and chrominance sampling factors. This is a non-standard way
32 incorrect PPM images when used with the `-colors` option.
34 7. Fixed an issue whereby a static build of libjpeg-turbo (a build in which
38 occurred when compressing RGB images whose image rows were not 64-bit-aligned.
[all …]
/external/libjpeg-turbo/release/
Drpm.spec.in1 %global _docdir %{_defaultdocdir}/%{name}-%{version}
24 #-->%if 1
28 %if "%{_prefix}" == "/opt/libjpeg-turbo"
32 #-->%else
34 #-->%endif
36 Summary: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
42 #-->Source0: http://prdownloads.sourceforge.net/@CMAKE_PROJECT_NAME@/@CMAKE_PROJECT_NAME@-%{version…
44 License: BSD-style
45 BuildRoot: %{_blddir}/%{name}-buildroot-%{version}-%{release}
48 Provides: %{name} = %{version}-%{release}, @CMAKE_PROJECT_NAME@ = %{version}-%{release}, libturbojp…
[all …]