mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
gifdec: Move inclusion of webp/config.h to header.
Given that we are checking GIFLIB_MAJOR etc in the header, we need the config in header. Change-Id: I5d502bd67555752a57589a8ce789efcf0945d72e
This commit is contained in:
@ -9,10 +9,6 @@
|
||||
//
|
||||
// GIF decode.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "webp/config.h"
|
||||
#endif
|
||||
|
||||
#include "./gifdec.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user