Browse code

add missing #include "common.h" to libavutil headers

Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2008/03/19 17:47:31
Showing 5 changed files
... ...
@@ -22,6 +22,7 @@
22 22
 #define FFMPEG_ADLER32_H
23 23
 
24 24
 #include <stdint.h>
25
+#include "common.h"
25 26
 
26 27
 unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
27 28
                                 unsigned int len) av_pure;
... ...
@@ -23,6 +23,7 @@
23 23
 
24 24
 #include <stdint.h>
25 25
 #include <stddef.h>
26
+#include "common.h"
26 27
 
27 28
 typedef uint32_t AVCRC;
28 29
 
... ...
@@ -23,6 +23,7 @@
23 23
 #define FFMPEG_DES_H
24 24
 
25 25
 #include <stdint.h>
26
+#include "common.h"
26 27
 
27 28
 /**
28 29
  * \brief en- or decrypt an 64-bit block of data with DES
... ...
@@ -29,6 +29,7 @@
29 29
 #define FFMPEG_INTEGER_H
30 30
 
31 31
 #include <stdint.h>
32
+#include "common.h"
32 33
 
33 34
 #define AV_INTEGER_SIZE 8
34 35
 
... ...
@@ -22,6 +22,7 @@
22 22
 #define FFMPEG_SOFTFLOAT_H
23 23
 
24 24
 #include <stdint.h>
25
+#include "common.h"
25 26
 
26 27
 #define MIN_EXP -126
27 28
 #define MAX_EXP  126