OSDN Git Service

add missing #include "common.h" to libavutil headers
authorMåns Rullgård <mans@mansr.com>
Wed, 19 Mar 2008 08:47:31 +0000 (08:47 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 19 Mar 2008 08:47:31 +0000 (08:47 +0000)
Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/adler32.h
libavutil/crc.h
libavutil/des.h
libavutil/integer.h
libavutil/softfloat.h

index 91dff9a..488669d 100644 (file)
@@ -22,6 +22,7 @@
 #define FFMPEG_ADLER32_H
 
 #include <stdint.h>
+#include "common.h"
 
 unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
                                 unsigned int len) av_pure;
index 9798cf6..5ebb2f5 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <stdint.h>
 #include <stddef.h>
+#include "common.h"
 
 typedef uint32_t AVCRC;
 
index 26a40dc..40d8aa1 100644 (file)
@@ -23,6 +23,7 @@
 #define FFMPEG_DES_H
 
 #include <stdint.h>
+#include "common.h"
 
 /**
  * \brief en- or decrypt an 64-bit block of data with DES
index 9e85eb9..b38d5ca 100644 (file)
@@ -29,6 +29,7 @@
 #define FFMPEG_INTEGER_H
 
 #include <stdint.h>
+#include "common.h"
 
 #define AV_INTEGER_SIZE 8
 
index bb8bb27..78648f3 100644 (file)
@@ -22,6 +22,7 @@
 #define FFMPEG_SOFTFLOAT_H
 
 #include <stdint.h>
+#include "common.h"
 
 #define MIN_EXP -126
 #define MAX_EXP  126