diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-07-21 19:36:59 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2006-07-21 19:36:59 +0000 |
commit | aab771591091fb3de912ccca9ed98d0a443293ab (patch) | |
tree | 18feec0453185fedba3462e9626c80cc82333efe /libavutil/common.h | |
parent | 27ed1a0dee0f49beb202e104b47d521a700827c1 (diff) | |
download | ffmpeg-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/common.h')
-rw-r--r-- | libavutil/common.h | 2 |
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" |