[MPlayer-cvslog] r36443 - trunk/configure
reimar
subversion at mplayerhq.hu
Mon Sep 9 21:40:56 CEST 2013
Author: reimar
Date: Mon Sep 9 21:40:56 2013
New Revision: 36443
Log:
Disable UNIX protocol when not supported.
Fixes compilation on Windows.
Patch by Gianluigi Tiesi [mplayer netfarm it].
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Sep 3 22:36:41 2013 (r36442)
+++ trunk/configure Mon Sep 9 21:40:56 2013 (r36443)
@@ -3630,6 +3630,14 @@ if test "$_sctp" = no ; then
fi
echores "$_sctp"
+echocheck "sys/un.h"
+un_h=no
+header_check sys/un.h && un_h=yes
+if test "$un_h" = "no" ; then
+ libavprotocols=$(filter_out_component protocol 'UNIX')
+fi
+echores "$un_h"
+
echocheck "sys/poll.h"
poll_h=no
def_poll_h='#define HAVE_POLL_H 0'
More information about the MPlayer-cvslog
mailing list