From 4b4e6ae115219bac7488463bfd74f2ca3faf031d Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 7 Aug 2002 19:46:28 +0000 Subject: - sync with ffmpeg cvs - apply Zdenek Kabelac patches to enable -fpic compiling (why this stuff isn't in ffmpeg cvs?) CVS patchset: 2402 CVS date: 2002/08/07 19:46:28 --- src/libffmpeg/libavcodec/common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libffmpeg/libavcodec/common.h') diff --git a/src/libffmpeg/libavcodec/common.h b/src/libffmpeg/libavcodec/common.h index 93b91d3e8..8cc781edb 100644 --- a/src/libffmpeg/libavcodec/common.h +++ b/src/libffmpeg/libavcodec/common.h @@ -22,7 +22,11 @@ #include #include #include +#ifndef __BEOS__ #include +#else +#include "berrno.h" +#endif #include #ifndef ENODATA @@ -105,10 +109,6 @@ typedef signed long long INT64; #ifdef HAVE_AV_CONFIG_H -#ifdef __FreeBSD__ -#include -#endif - #ifndef INT64_C #define INT64_C(c) (c ## LL) #define UINT64_C(c) (c ## ULL) -- cgit v1.2.3