[vlc-devel] Re: vlc: svn commit r20138 (jpsaman)
    Jean-Paul Saman 
    jean-paul.saman at planet.nl
       
    Fri May 18 12:23:51 CEST 2007
    
    
  
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 ?
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