summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-12-03 16:35:30 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-12-03 16:35:30 +0000
commitcf1e119bb21c6d041acf9b33e1693e41e99b08f1 (patch)
tree8ff5c6da34bd6956c22c9fca12107d4fef85be17 /libavutil/internal.h
parent5f3c4ba46c1b7c720afbc2819fd6b44b7461afa1 (diff)
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.h1
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>