summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/src/webp/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libwebp/src/webp/config.h')
-rw-r--r--src/3rdparty/libwebp/src/webp/config.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/3rdparty/libwebp/src/webp/config.h b/src/3rdparty/libwebp/src/webp/config.h
index 731115b..80bb1f0 100644
--- a/src/3rdparty/libwebp/src/webp/config.h
+++ b/src/3rdparty/libwebp/src/webp/config.h
@@ -14,6 +14,9 @@
/* Set to 1 if __builtin_bswap64 is available */
/* #undef HAVE_BUILTIN_BSWAP64 */
+/* Define to 1 if you have the <cpu-features.h> header file. */
+/* #undef HAVE_CPU_FEATURES_H */
+
/* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */
@@ -65,8 +68,7 @@
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
/* #undef LT_OBJDIR ".libs/" */
/* Name of package */
@@ -79,7 +81,7 @@
#define PACKAGE_NAME "libwebp"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libwebp 0.6.0"
+#define PACKAGE_STRING "libwebp 1.0.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libwebp"
@@ -88,7 +90,7 @@
#define PACKAGE_URL "http://developers.google.com/speed/webp"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.6.0"
+#define PACKAGE_VERSION "1.0.3"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@@ -98,7 +100,7 @@
/* #undef STDC_HEADERS */
/* Version number of package */
-#define VERSION "0.6.0"
+#define VERSION "1.0.3"
/* Enable experimental code */
/* #undef WEBP_EXPERIMENTAL_FEATURES */
@@ -127,6 +129,9 @@
/* Set to 1 if PNG library is installed */
/* #undef WEBP_HAVE_PNG */
+/* Set to 1 if SDL library is installed */
+/* #undef WEBP_HAVE_SDL */
+
/* Set to 1 if SSE2 is supported */
/* #undef WEBP_HAVE_SSE2 */
@@ -136,6 +141,9 @@
/* Set to 1 if TIFF library is installed */
/* #undef WEBP_HAVE_TIFF */
+/* Enable near lossless encoding */
+/* #undef WEBP_NEAR_LOSSLESS */
+
/* Undefine this to disable thread support. */
#define WEBP_USE_THREAD 1