libwebp/src
James Zern e4e3ec19ad fix gcc-4.0 apple 32-bit build
gcc-4.0 defines __PIC__ but not __pic__. This leaves the test for
__pic__ should the inverse case exist.
Fixes issue #103; build failing with:
"error: can't find a register in class 'BREG' while reloading 'asm'"

Change-Id: Ia767a733de6ce0294146f9477ff9c46f0ebe13b0
2012-01-18 13:12:45 -08:00
..
dec Fix bug for Alpha in RGBA_4444 color-mode. 2012-01-09 14:07:30 +05:30
dsp fix gcc-4.0 apple 32-bit build 2012-01-18 13:12:45 -08:00
enc Introduce a 'fast' alpha mode 2012-01-09 02:37:44 -08:00
mux WebPMuxCreate: fix unchecked malloc 2012-01-15 11:18:23 -08:00
utils correct EncodeAlpha documentation 2012-01-12 18:37:45 -08:00
webp Incremental support for some of the mux APIs. 2012-01-13 14:47:53 +05:30
.gitignore build: add pkgconfig files 2011-03-26 10:15:44 -07:00
libwebp.pc.in build: add pkgconfig files 2011-03-26 10:15:44 -07:00
Makefile.am Add Mux library for manipulating WebP container. 2011-09-27 14:14:46 +05:30