diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-12-03 16:35:30 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-12-03 16:35:30 +0000 |
commit | cf1e119bb21c6d041acf9b33e1693e41e99b08f1 (patch) | |
tree | 8ff5c6da34bd6956c22c9fca12107d4fef85be17 /libavutil/internal.h | |
parent | 5f3c4ba46c1b7c720afbc2819fd6b44b7461afa1 (diff) | |
download | ffmpeg-cf1e119bb21c6d041acf9b33e1693e41e99b08f1.tar.gz |
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
optimization/cleanup would be desirable (e.g. LE_* and LD*
should be the same on x86).
Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 4cb0d2a7e2..506e017192 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -34,6 +34,7 @@ # define ENODATA 61 #endif +#include "intreadwrite.h" #include "bswap.h" #include <stddef.h> |