[MPlayer-cvslog] r25592 - trunk/configure

uau subversion at mplayerhq.hu
Thu Jan 3 02:44:58 CET 2008


Author: uau
Date: Thu Jan  3 02:44:58 2008
New Revision: 25592

Log:
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).


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jan  3 02:44:58 2008
@@ -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
 



More information about the MPlayer-cvslog mailing list