Commit e6543b24 authored by Rémi Denis-Courmont's avatar 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.
parent 04f25aa0
...@@ -1586,23 +1586,6 @@ dnl ...@@ -1586,23 +1586,6 @@ dnl
EXTEND_HELP_STRING([Input plugins:]) 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
dnl live555 input dnl live555 input
dnl dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment