summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-03 01:44:58 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-03 01:44:58 +0000
commit3e9a60e11dde308dacb7fbbe4d604a62ab19c4ad (patch)
tree0b960f3f082e5d72142a40d91f8f64424ecf1883 /configure
parente88c64c746c1ddfcd8b3f9f22ae7ae2abdc69c6a (diff)
downloadmpv-3e9a60e11dde308dacb7fbbe4d604a62ab19c4ad.tar.bz2
mpv-3e9a60e11dde308dacb7fbbe4d604a62ab19c4ad.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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