projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce23c66
)
this include isn;t longer need and now generate a lot of warnings patch by Bohdan...
author
Bohdan Horst
<nexus@irc.pl>
Tue, 23 Jul 2002 09:44:34 +0000
(09:44 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 23 Jul 2002 09:44:34 +0000
(09:44 +0000)
Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/common.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/common.h
b/libavcodec/common.h
index
e25e266
..
bacc647
100644
(file)
--- 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)