From 0fd41c1606b4aeb7d59dbdf2c68dac823005bc69 Mon Sep 17 00:00:00 2001 From: Kevin O'Rourke <kevinor@opera.com> Date: Fri, 16 Sep 2011 11:31:45 +0200 Subject: [PATCH] OMS-5240: Fix for Image.WebP build. --- src/post_modules/_Image_WebP/acconfig.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/post_modules/_Image_WebP/acconfig.h diff --git a/src/post_modules/_Image_WebP/acconfig.h b/src/post_modules/_Image_WebP/acconfig.h new file mode 100644 index 0000000000..ff3db9e77d --- /dev/null +++ b/src/post_modules/_Image_WebP/acconfig.h @@ -0,0 +1,10 @@ +/* +|| This file is part of Pike. For copyright information see COPYRIGHT. +|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING +|| for more information. +|| $Id$ +*/ + +#undef HAVE_LIBVPX +@TOP@ +@BOTTOM@ -- GitLab