b60c3f8291
Mangle external function names to avoid conflict with libjpeg Take advantage of direct color conversion (RGBA, BGRA, 565) Prepare to use jpeg_skip_scanlines (when it is upstreamed) BUG=skia: Review URL: https://codereview.chromium.org/1180983002
10 lines
236 B
C
10 lines
236 B
C
#ifndef _YASM_LIBYASM_STDINT_H
|
|
#define _YASM_LIBYASM_STDINT_H 1
|
|
#ifndef _GENERATED_STDINT_H
|
|
#define _GENERATED_STDINT_H "yasm 0.8.0"
|
|
/* generated using gcc -std=gnu99 */
|
|
#define _STDINT_HAVE_STDINT_H 1
|
|
#include <stdint.h>
|
|
#endif
|
|
#endif
|