libwebp/src
Vincent Rabaud 7ba44f80f3 Homogenize "__asm__ volatile" vs "asm volatile"
According to https://gcc.gnu.org/onlinedocs/gcc/extensions-to-the-c-language-family/how-to-use-inline-assembly-language-in-c-code.html

For the C language, the asm keyword is a GNU extension. When
writing C code that can be compiled with -ansi and the -std options
that select C dialects without GNU extensions, use __asm__ instead
of asm (see Alternate Keywords). For the C++ language, asm is a
standard keyword, but __asm__ can be used for code compiled with
-fno-asm.

Change-Id: I4af950e67c857c890290c1e3d9cc886da0748784
2023-09-06 17:15:05 +02:00
..
dec ReadHuffmanCode: rm redundant num code lengths check 2023-08-14 18:07:17 -07:00
demux bump version to 1.3.1 2023-06-01 18:56:12 -07:00
dsp Homogenize "__asm__ volatile" vs "asm volatile" 2023-09-06 17:15:05 +02:00
enc Refactor palette sorting computation. 2023-07-26 10:25:14 +02:00
mux muxread,MuxImageParse: add missing error checks 2023-06-14 13:53:59 -07:00
utils palette.c: fix msvc warnings 2023-07-28 09:07:11 -07:00
webp decode.h: wrap idec example in /* */ 2023-08-15 19:11:50 -07:00
libwebp.pc.in libwebp{,demux,mux}.pc.in: Requires -> Requires.private 2023-01-17 18:32:44 -08:00
libwebp.rc bump version to 1.3.1 2023-06-01 18:56:12 -07:00
libwebpdecoder.pc.in *.pc.in: rename lib_prefix to webp_libname_prefix 2022-10-24 16:44:42 -07:00
libwebpdecoder.rc bump version to 1.3.1 2023-06-01 18:56:12 -07:00
Makefile.am bump version to 1.3.1 2023-06-01 18:56:12 -07:00