libwebp/src
Sriraman Tallam b275e598b5 fix optimized build with -mcmodel=medium
INFO: From Compiling src/dsp/cpu.c:
src/dsp/cpu.c: In function 'x86CPUInfo':
src/dsp/cpu.c:36:3: inconsistent operand constraints in an 'asm'

With PIC and mcmodel=medium, the %rbx register must be saved and
restored which causes this problem.  This was also solved in GCC-4.9 with
this patch:
https://gcc.gnu.org/ml/gcc-patches/2012-12/msg01484.html

Tested:
Builds fine with this change.

Change-Id: Icca8eea7bf5af3ef9f17f6ae2886e3430143febf
2015-12-11 16:49:10 -08:00
..
dec dec/webp: use GetLE(24|32) from utils 2015-11-23 22:53:27 -08:00
demux cosmetics: fix indent 2015-12-03 00:53:59 -08:00
dsp fix optimized build with -mcmodel=medium 2015-12-11 16:49:10 -08:00
enc add disto-based refinement for UV mode (if method = 1 or 2) 2015-12-11 03:15:59 -08:00
extras populate 'libwebpextras' with: import gray, rgb565 and rgb4444 functions 2015-04-15 02:54:44 -07:00
mux Refactor CopyPlane() and CopyPixels() methods: put them in utils. 2015-11-13 11:39:22 -08:00
utils Merge "introduce WebPMemToUint32 and WebPUint32ToMem for memory access" 2015-12-08 11:32:05 +00:00
webp 10% faster table-less SSE2/NEON version of YUV->RGB conversion 2015-12-08 20:05:56 -08:00
libwebp.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
libwebpdecoder.pc.in libwebp{,decoder}.pc: add pthread flags 2013-03-12 23:02:12 -07:00
Makefile.am sync versions with 0.4.4 2015-10-28 23:43:40 -07:00