Commit Graph

5 Commits (16207fae35a8c7e6568e3d812765a5287c8c9b18)

Author SHA1 Message Date
Mike McQuaid 4ea4a0c2f6 jpeg-turbo: make test non-interactive. 2012-09-02 00:51:09 -07:00
Brett Koonce 367a1af156 jpeg-turbo 1.2.1
Closes Homebrew/homebrew#13905.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-02 21:41:27 -07:00
Adam Vandenberg 7f377cd689 jpeg-turbo: explicitly choose our nasm
64-bit builds won't work with the Xcode-provided nasm.
Explicitly select Homebrew's nasm in this case, so the user's
PATH won't cause the system version to be selected.
2012-07-23 12:18:57 -07:00
nibbles 2bits 83002d4cae jpeg-turbo: fix race condition in make install
jpeg-turbo-1.2.0 can fail `make install` due to a race condition
on Lion using clang, where you get the error that a path exists.
Separate the make steps, and deparallelize the install.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:31:19 -07:00
Rui Pereira 28f115c0a6 libjpeg-turbo 1.2.0
libjpeg-turbo is a derivative of libjpeg that uses
SIMD instructions (MMX, SSE2, NEON) to accelerate
baseline JPEG compression and decompression on
x86, x86-64, and ARM systems.

Closes Homebrew/homebrew#11894.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 19:48:36 -07:00