[vlc-devel] Re: vlc: svn commit r20138 (jpsaman)
Sigmund Augdal
dnumgis at videolan.org
Fri May 18 12:52:50 CEST 2007
On Fri, 2007-05-18 at 12:23 +0200, Jean-Paul Saman wrote:
> Rémi Denis-Courmont wrote:
> > Le mercredi 16 mai 2007, Subversion daemon a écrit :
> >> r20138 | jpsaman | 2007-05-16 16:52:50 +0200 (Wed, 16 May 2007) | 2
> >> lines Changed paths:
> >> M /trunk/Makefile.am
> >>
> >> Don't build libs/srtp when --disable-gnutls is given.
> >>
> >> > http://trac.videolan.org/vlc/changeset/20138
> >
> > srtp does not depend on gnutls. This commit is nonsensical.
> >
> If that is true why is there:
>
> #include <gcrypt.h>
>
> in libs/srtp/srtp.c and
>
> if HAVE_LIBGCRYPT
> noinst_LTLIBRARIES = libvlc_srtp.la
> check_PROGRAMS = test-aes test-recv
> TESTS = $(check_PROGRAMS)
> endif
>
> in libs/Makefile.am ?
Because srtp depend on gcrypt.
gnutls also depends on gcrypt, but gnutls is not gcrypt.
Sigmund
>
> Gtz,
> Jean-Paul Saman.
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list