# HG changeset patch # User uau # Date 1199324698 0 # Node ID 9f8df9433c257cb7484cda5542bc63f7c6f6d51e # Parent 1e9ef4ed8e8f88aa13f89f447b714bce7e545412 Add HAVE_SOCKLEN_T to config.h for FFmpeg Needed to fix compilation after recent FFmpeg changes. It's now always set to true without any tests. I don't expect this to cause problems as common systems will have the type and the FFmpeg demuxers which would use it are not compiled under MPlayer (compilation was broken because the type was redefined in a header). diff -r 1e9ef4ed8e8f -r 9f8df9433c25 configure --- a/configure Wed Jan 02 23:35:19 2008 +0000 +++ b/configure Thu Jan 03 01:44:58 2008 +0000 @@ -8147,6 +8147,8 @@ #define HAVE_EBP_AVAILABLE 1 #endif +#define HAVE_SOCKLEN_T 1 + #define CONFIG_GPL 1 #define ENABLE_SMALL 0