summaryrefslogtreecommitdiff
path: root/libavutil/common.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/common.h
parent27ed1a0dee0f49beb202e104b47d521a700827c1 (diff)
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/common.h')
-rw-r--r--libavutil/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index 4a92cd31cc..b0f0acf3c9 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -155,8 +155,6 @@ typedef uint64_t uint_fast64_t;
#endif
-# include "bswap.h"
-
#ifdef HAVE_AV_CONFIG_H
/* only include the following when compiling package */
# include "internal.h"