diff options
author | Bohdan Horst <nexus@irc.pl> | 2002-07-23 09:44:34 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-07-23 09:44:34 +0000 |
commit | a5f0696948fcdaf8425fa6f64ce55f4fd29aafb0 (patch) | |
tree | 43883f75c2834f7cd2132c39c36561b4f4af834b | |
parent | ce23c668f104ec7dd3b559477ef6245c10089e62 (diff) | |
download | ffmpeg-a5f0696948fcdaf8425fa6f64ce55f4fd29aafb0.tar.gz |
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index e25e26651c..bacc6470e1 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -109,10 +109,6 @@ typedef signed long long INT64; #ifdef HAVE_AV_CONFIG_H -#ifdef __FreeBSD__ -#include <sys/param.h> -#endif - #ifndef INT64_C #define INT64_C(c) (c ## LL) #define UINT64_C(c) (c ## ULL) |