[vlc-devel] [PATCH] rtp: link tests with SOCKET_LIBS

Steve Lhomme robux4 at gmail.com
Wed Sep 14 16:58:22 CEST 2016


Indeed it works without now. It must be a glitch in my build setup.

DISCARD.

On Wed, Sep 14, 2016 at 3:54 PM, Rémi Denis-Courmont <remi at remlab.net> wrote:
> Le keskiviikkona 14. syyskuuta 2016, 15.49.15 EEST Steve Lhomme a écrit :
>> ---
>>  modules/access/rtp/Makefile.am | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/modules/access/rtp/Makefile.am b/modules/access/rtp/Makefile.am
>> index 05c9aae..fa1bc67 100644
>> --- a/modules/access/rtp/Makefile.am
>> +++ b/modules/access/rtp/Makefile.am
>> @@ -16,9 +16,9 @@ libvlc_srtp_la_CFLAGS = $(GCRYPT_CFLAGS)
>>  libvlc_srtp_la_LDFLAGS = -static
>>  libvlc_srtp_la_LIBADD = $(GCRYPT_LIBS) $(LIBPTHREAD)
>>  srtp_test_recv_SOURCES = access/rtp/srtp-test-recv.c
>> -srtp_test_recv_LDADD = libvlc_srtp.la
>> +srtp_test_recv_LDADD = libvlc_srtp.la $(SOCKET_LIBS)
>>  srtp_test_aes_SOURCES = access/rtp/srtp-test-aes.c
>> -srtp_test_aes_LDADD = $(GCRYPT_LIBS)
>> +srtp_test_aes_LDADD = $(GCRYPT_LIBS) $(SOCKET_LIBS)
>>
>>  librtp_plugin_la_DEPENDENCIES =
>>  if HAVE_GCRYPT
>
> I can´t see any dependency on socket or NS libraries in those.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list