libwebp: remove unneeded defines

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2015-05-23 01:28:44 -03:00
parent 02cf59f3a6
commit 98be2d94ea
2 changed files with 0 additions and 4 deletions

View file

@ -27,9 +27,7 @@
#include "config.h"
#include "libwebpenc_common.h"
#if HAVE_WEBP_MUX_H
#include <webp/mux.h>
#endif
typedef struct LibWebPAnimContext {
LibWebPContextCommon cc;