Did all of the .h's in source
(adding) #ifdef HAVE_CONFIG_H #include <config.h> #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -93,6 +93,11 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef IMB_IMBUF_H
|
||||
#define IMB_IMBUF_H
|
||||
|
||||
|
@@ -41,6 +41,11 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef IMB_IMBUF_TYPES_H
|
||||
#define IMB_IMBUF_TYPES_H
|
||||
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_ALLOCIMBUF_H
|
||||
#define IMB_ALLOCIMBUF_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
short imb_addrectImBuf(struct ImBuf * ibuf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_AMIGA_H
|
||||
#define IMB_AMIGA_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
struct ImBuf *imb_loadamiga(int *iffmem,int flags);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_BITPLANES_H
|
||||
#define IMB_BITPLANES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
void imb_bptolong(struct ImBuf *ibuf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_BMP_H
|
||||
#define IMB_BMP_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
int imb_is_a_bmp(void *buf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_CMAP_H
|
||||
#define IMB_CMAP_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
void imb_makecolarray(struct ImBuf *ibuf, unsigned char *mem, short nocols);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_DIVERS_H
|
||||
#define IMB_DIVERS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
void imb_checkncols(struct ImBuf *ibuf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_FILTER_H
|
||||
#define IMB_FILTER_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
void imb_filterx(struct ImBuf *ibuf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_HAM_H
|
||||
#define IMB_HAM_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
short imb_converttoham(struct ImBuf *ibuf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_HAMX_H
|
||||
#define IMB_HAMX_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
struct ImBuf *imb_loadanim(int *iffmem, int flags);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_IFF_H
|
||||
#define IMB_IFF_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
unsigned short imb_start_iff(struct ImBuf *ibuf, int file);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_IRIS_H
|
||||
#define IMB_IRIS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
struct ImBuf *imb_loadiris(unsigned char *mem, int flags);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_JPEG_H
|
||||
#define IMB_JPEG_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
struct jpeg_compress_struct;
|
||||
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_PNG_H
|
||||
#define IMB_PNG_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
int imb_is_a_png(void *buf);
|
||||
|
@@ -35,6 +35,10 @@
|
||||
#ifndef IMB_TARGA_H
|
||||
#define IMB_TARGA_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
struct ImBuf;
|
||||
|
||||
int imb_is_a_targa(void *buf);
|
||||
|
@@ -41,6 +41,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
@@ -38,6 +38,10 @@
|
||||
#ifndef IMBUF_PATCH_H
|
||||
#define IMBUF_PATCH_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* most of imbuf uses this aloc, and it will disappear soon
|
||||
* (hopefully) (25-10-2001 nzc) */
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
@@ -32,6 +32,10 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* rgbyuv is identiek aan rgbbeta */
|
||||
|
||||
float rgbyuv[4][4]={ /* afgeleid uit videoframer = Y Cr Cb in kopieen van Francois*/
|
||||
|
Reference in New Issue
Block a user