[SCM] libav/experimental: Disable network support if required headers cannot be found. patch by Michael Kostylev, michael.kostylev gmail com
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:48:00 UTC 2013
The following commit has been merged in the experimental branch:
commit 28c9f06959974c905622d18c318365cee8c315ad
Author: Michael Kostylev <michael.kostylev at gmail.com>
Date: Fri Jun 19 17:21:13 2009 +0000
Disable network support if required headers cannot be found.
patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 19227 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 05e5d19..995353d 100755
--- a/configure
+++ b/configure
@@ -2173,6 +2173,8 @@ if enabled network; then
network_extralibs="-lws2_32"
check_type ws2tcpip.h socklen_t
check_func_headers winsock2.h closesocket
+ else
+ disable network
fi
fi
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list