Add support for x64 and SSE2 builds under Windows.

This commit is contained in:
Mikolaj Zalewski
2011-05-26 16:50:46 +02:00
parent 92e5c6e1d4
commit 72229f5f34
2 changed files with 16 additions and 1 deletions

View File

@ -13,7 +13,9 @@
#include <stdlib.h>
#include "vp8enci.h"
#ifdef WEBP_EXPERIMENTAL_FEATURES
#include "zlib.h"
#endif
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {