summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-07-21 19:36:59 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2006-07-21 19:36:59 +0000
commitaab771591091fb3de912ccca9ed98d0a443293ab (patch)
tree18feec0453185fedba3462e9626c80cc82333efe /libavutil/internal.h
parent27ed1a0dee0f49beb202e104b47d521a700827c1 (diff)
downloadffmpeg-streaming-aab771591091fb3de912ccca9ed98d0a443293ab.zip
ffmpeg-streaming-aab771591091fb3de912ccca9ed98d0a443293ab.tar.gz
do not include bswap.h in common.h for external programs, since the former
is not installed currently. Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 3b31cdb..a130615 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -14,6 +14,8 @@
# define ENODATA 61
# endif
+#include "bswap.h"
+
#include <stddef.h>
#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
OpenPOWER on IntegriCloud