[vlc-commits] configure: drop build-time libproxy dependency

Rémi Denis-Courmont git at videolan.org
Fri Apr 12 18:27:09 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Apr 12 19:24:44 2013 +0300| [e6543b249e7e155fe68e9625a511d8378231e910] | committer: Rémi Denis-Courmont

configure: drop build-time libproxy dependency

Due to instability and leaks in libproxy, VLC now uses the executable
binary from libproxy-tools instead directly calling the functions.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6543b249e7e155fe68e9625a511d8378231e910
---

 configure.ac |   17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/configure.ac b/configure.ac
index e42127e..34c0a12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1587,23 +1587,6 @@ dnl
 EXTEND_HELP_STRING([Input plugins:])
 
 dnl
-dnl libproxy support
-dnl
-AC_ARG_ENABLE(libproxy,
-  [AS_HELP_STRING([--enable-libproxy],[support libproxy (default auto)])])
-AS_IF([test "${enable_libproxy}" != "no"], [
-  PKG_CHECK_MODULES(LIBPROXY, libproxy-1.0, [
-    AC_DEFINE(HAVE_LIBPROXY, 1, [Define if libproxy is available])
-    VLC_ADD_CFLAGS([access_http],[$LIBPROXY_CFLAGS])
-    VLC_ADD_LIBS([access_http],[$LIBPROXY_LIBS])
-  ], [
-    AS_IF([test -n "${enable_libproxy}"], [
-      AC_MSG_ERROR([${LIBPROXY_PKG_ERRORS}.])
-    ])
-  ])
-])
-
-dnl
 dnl  live555 input
 dnl
 AC_ARG_ENABLE(live555,



More information about the vlc-commits mailing list