configure: move config.h to src/webp/config.h

this change has the side-effect of using directory names in the
include, silencing a lint warning.

Change-Id: Ib91cf63a90534e32fadfa5c2372bfdb29f854d02
This commit is contained in:
James Zern
2014-06-10 17:53:44 -07:00
parent 90090d99b5
commit 32b3137936
16 changed files with 17 additions and 15 deletions

View File

@ -11,7 +11,7 @@
//
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../webp/config.h"
#endif
#include <assert.h>

View File

@ -15,7 +15,7 @@
#define WEBP_DSP_DSP_H_
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../webp/config.h"
#endif
#include "../webp/types.h"

View File

@ -10,7 +10,7 @@
// Author: Jyrki Alakuijala (jyrki@google.com)
//
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../webp/config.h"
#endif
#include <math.h>

View File

@ -15,7 +15,7 @@
#define WEBP_UTILS_THREAD_H_
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../webp/config.h"
#endif
#ifdef __cplusplus