mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-17 14:29:48 +02:00
add a --enable-experimental option to './configure'
This will enable USE_EXPERIMENTAL_FEATURES instead of having a header-level #define Change-Id: I860b007f64220ddf92d0becd18f7d100c718f8d1
This commit is contained in:
@ -12,10 +12,6 @@
|
||||
#ifndef WEBP_WEBP_TYPES_H_
|
||||
#define WEBP_WEBP_TYPES_H_
|
||||
|
||||
// This is for experimentation only! Bitstreams generated will surely
|
||||
// be invalid, non-decodable ones! USE WITH CARE!
|
||||
// #define WEBP_EXPERIMENTAL_FEATURES // activate alpha support, yuv444, etc.
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <inttypes.h>
|
||||
#ifdef ANSI
|
||||
|
Reference in New Issue
Block a user