From 3e9a60e11dde308dacb7fbbe4d604a62ab19c4ad Mon Sep 17 00:00:00 2001 From: uau Date: Thu, 3 Jan 2008 01:44:58 +0000 Subject: [PATCH] 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). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25592 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 7412e20571..c5b4279c6d 100755 --- a/configure +++ b/configure @@ -8147,6 +8147,8 @@ $_def_muxers #define HAVE_EBP_AVAILABLE 1 #endif +#define HAVE_SOCKLEN_T 1 + #define CONFIG_GPL 1 #define ENABLE_SMALL 0