[vlc-devel] [PATCH] build: set dependency to libvlc_rtp for librtp_plugin

Steve Lhomme robux4 at ycbcr.xyz
Wed Jul 12 13:46:34 UTC 2023


Hello,

We don't handle patches anymore through this mailing list. You have to 
submit your patch through our gitlab: 
https://code.videolan.org/videolan/vlc/-/merge_requests

But what you propose has already been tested and doesn't work in some cases:
https://code.videolan.org/videolan/vlc/-/merge_requests/3806/diffs?diff_id=425819&start_sha=07077a57cb957bc81bd10b525d54e2ee6744f850

On 2023-07-12 15:40, Dominique Leuenberger wrote:
> only libvlc_srtp_la was set as dependency, which results in build fails
> like this:
> 
> [ 1066s]   CC       access/rtp/librtp_plugin_la-input.lo
> [ 1066s]   CC       access/rtp/librtp_plugin_la-sdp.lo
> [ 1066s]   CC       access/rtp/librtp_plugin_la-datagram.lo
> [ 1066s]   CC       access/rtp/librtp_plugin_la-rtp.lo
> [ 1066s]   CC       access/rtp/libvlc_srtp_la-srtp.lo
> [ 1067s]   CCLD     libvlc_srtp.la
> [ 1067s]   CCLD     librtp_plugin.la
> [ 1067s] libtool:   error: cannot find the library 'libvlc_rtp.la' or
> unhandled argument 'libvlc_rtp.la'
> [ 1067s] make[4]: *** [Makefile:23838: librtp_plugin.la] Error 1
> 
> 
> 
> _______________________________________________
> 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