From 01cf54f041eaf72a0febc3ba97116d5bdacb1955 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 May 2005 10:48:12 +0000 Subject: [PATCH] Mac OS X 10.4 compilation fix by Steven M. Schultz Originally committed as revision 4207 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/tcp.c b/libavformat/tcp.c index 33702e0ec..86a3cfb6c 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -21,7 +21,7 @@ #include #include #include -#if defined(__APPLE__) || defined(__BEOS__) +#if defined(__BEOS__) typedef int socklen_t; #endif #ifndef __BEOS__ -- 2.11.0