changeset 25564:9f8df9433c25

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).
author uau
date Thu, 03 Jan 2008 01:44:58 +0000
parents 1e9ef4ed8e8f
children a318327bb485
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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