summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorBohdan Horst <nexus@irc.pl>2002-07-23 09:44:34 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-07-23 09:44:34 +0000
commita5f0696948fcdaf8425fa6f64ce55f4fd29aafb0 (patch)
tree43883f75c2834f7cd2132c39c36561b4f4af834b /libavcodec
parentce23c668f104ec7dd3b559477ef6245c10089e62 (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/common.h4
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)