Mercurial > libavutil.hg
comparison softfloat.h @ 485:b4ff998c79e3 libavutil
add missing #include "common.h" to libavutil headers
| author | mru |
|---|---|
| date | Wed, 19 Mar 2008 08:47:31 +0000 |
| parents | f4187c1c15a6 |
| children | 6ebdeca51ff4 |
comparison
equal
deleted
inserted
replaced
| 484:454969cf56c1 | 485:b4ff998c79e3 |
|---|---|
| 20 | 20 |
| 21 #ifndef FFMPEG_SOFTFLOAT_H | 21 #ifndef FFMPEG_SOFTFLOAT_H |
| 22 #define FFMPEG_SOFTFLOAT_H | 22 #define FFMPEG_SOFTFLOAT_H |
| 23 | 23 |
| 24 #include <stdint.h> | 24 #include <stdint.h> |
| 25 #include "common.h" | |
| 25 | 26 |
| 26 #define MIN_EXP -126 | 27 #define MIN_EXP -126 |
| 27 #define MAX_EXP 126 | 28 #define MAX_EXP 126 |
| 28 #define ONE_BITS 29 | 29 #define ONE_BITS 29 |
| 29 | 30 |
